mirror of
https://github.com/hexastack/hexabot
synced 2024-11-23 01:55:15 +00:00
udapte(docker): update MONGO_URI env variable syntax
This commit is contained in:
parent
f436775508
commit
28893a4977
@ -27,7 +27,7 @@ I18N_TRANSLATION_FILENAME=messages
|
||||
APP_MONGO_EXPRESS_PORT=9000
|
||||
MONGO_USER=dev_only
|
||||
MONGO_PASSWORD=dev_only
|
||||
MONGO_URI=mongodb://dev_only:dev_only@mongo:27017/
|
||||
MONGO_URI=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@mongo:27017/
|
||||
MONGO_DB=hexabot
|
||||
|
||||
# SMTP Config for local dev env
|
||||
|
Loading…
Reference in New Issue
Block a user