Skip to content

Commit

Permalink
update dockerenv for database_url
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshub16 committed Nov 10, 2018
1 parent f0d8f5b commit 74f8efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DB_URL=mongodb://mongo:27017
DB_NAME=outbound
DB_TYPE=mongodb
DATABASE_URL=mongodb://localhost:27017/outbound
LINKS_COLL=links
COUNTER_COLL=counter
PORT=9000
Expand Down

0 comments on commit 74f8efd

Please sign in to comment.