fix: config env vars parsing
This commit is contained in:
		| @@ -103,7 +103,7 @@ sessionSecret: 1234567890abcdefghijklmnopqrstuvxyz | ||||
| # Database Connection String | ||||
| # --------------------------------------------------------------------- | ||||
|  | ||||
| db: $(MONGO_URI) | ||||
| db: $(MONGODB_URI) | ||||
|  | ||||
| # --------------------------------------------------------------------- | ||||
| # Git Connection Info | ||||
|   | ||||
| @@ -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": { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user