fix: config env vars parsing

This commit is contained in:
NGPixel
2017-05-14 21:20:40 -04:00
parent 20ef07bef3
commit 59ce39f033
4 changed files with 6 additions and 16 deletions

View File

@@ -103,7 +103,7 @@ sessionSecret: 1234567890abcdefghijklmnopqrstuvxyz
# Database Connection String
# ---------------------------------------------------------------------
db: $(MONGO_URI)
db: $(MONGODB_URI)
# ---------------------------------------------------------------------
# Git Connection Info