Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixing set env command
  • Loading branch information
Rahman Oridedi committed Dec 30, 2018
1 parent 840c75b commit ea68b9c
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 ea68b9c

Please sign in to comment.