Skip to content

Commit

Permalink
Merge pull request #164 from roridedi/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
syvanen committed Dec 30, 2018
2 parents 840c75b + ea68b9c commit e608ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Several environment variables can be defined to enable and drive the functionali
Execute the following command which will interrogate the running environment and set environment variable on the _nodejs-ex_ DeploymentConfig.

```
$ oc env dc/nodejs-ex MONGO_URL='mongodb://user:[email protected]:27017/example'
$ oc set env dc/nodejs-ex MONGO_URL='mongodb://user:[email protected]:27017/example'
```

The resulting environment variable can be viewed with the following command
Expand Down

0 comments on commit e608ffd

Please sign in to comment.