Fix nconf.file not really using config file

This commit is contained in:
Micheil Smith
2014-02-16 05:35:44 +00:00
parent 8eeb962ebc
commit 0672c7276d

2
app.js
View File

@@ -83,7 +83,7 @@ if (!nconf.get('help') && !nconf.get('setup') && !nconf.get('install') && !nconf
function start() {
nconf.file({
file: __dirname + '/config.json'
file: configFile
});
nconf.defaults({