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

View File

@@ -1,6 +1,6 @@
{
"name": "wiki.js",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.12.1",
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "install.js",
"scripts": {