Skip to content

Commit

Permalink
Add MONGO_URI docs PA-4703
Browse files Browse the repository at this point in the history
  • Loading branch information
janantala authored Feb 21, 2020
1 parent abf6ca6 commit 740dece
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ MONGO_HOST=mongodb:27017
MONGO_DATABASE=<database_name_here>
MONGO_USER=<username_here>
MONGO_PASSWORD=<password_here>
MONGO_DATABASE=<database_name_here>
MONGO_URI=<mongo uri>
AWS_ACCESS_KEY_ID=<key_here>
AWS_SECRET_ACCESS_KEY=<secret_here>
AWS_DEFAULT_REGION=us-east-1
Expand Down

0 comments on commit 740dece

Please sign in to comment.