Fix nconf.file not really using config file

v1.18.x
Micheil Smith 11 years ago
parent 8eeb962ebc
commit 0672c7276d

@ -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({

Loading…
Cancel
Save