Skip to content

Commit 672a5c7

Browse files
authored
Update README.md
1 parent 29fdbf3 commit 672a5c7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,25 @@ A short sample Program to show how to connect to MongoDB and Redis
1717

1818
`export REDIS_URL='rediss://<user>:<password>@<hostname>:<port>/<DB>'`
1919

20-
In the IBM Cloud the value can be retrieved from the value `connection.rediss.certificate.certificate_base64`of the Service Credentials
20+
In the IBM Cloud the value can be retrieved from the value `connection.rediss.certificate.certificate_base64` of the Service Credentials
2121

2222
* `REDIS_CA_BASE64` Certificate authority for self signed certificate
2323

2424
`export REDIS_CA_BASE64=<Base 64 encode ca>`
2525

26-
In the IBM Cloud the value can be retrieved from the value `connection.rediss.composed`of the Service Credentials
26+
In the IBM Cloud the value can be retrieved from the value `connection.rediss.composed` of the Service Credentials
2727

2828

2929
## Cloudant
3030

3131
### Environment Variables
3232
* `CLOUDANT_URL` The Cloudant URL
3333

34-
In the IBM Cloud the value can be retrieved from the value `url`of the Service Credentials
34+
In the IBM Cloud the value can be retrieved from the value `url` of the Service Credentials
3535

3636
* `CLOUDANT_APIKEY` An Api key to access the Cloudant db
3737

38-
`export REDIS_CA_BASE64=<Base 64 encode ca>`
39-
40-
In the IBM Cloud the value can be retrieved from the value `connection.rediss.composed`of the Service Credentials
38+
In the IBM Cloud the value can be retrieved from the value `apikey` of the Service Credentials
4139

4240
## Run the sample
4341

0 commit comments

Comments
 (0)