From 0672c7276d548d9f745f73796e1fc825a9ef6ff1 Mon Sep 17 00:00:00 2001 From: Micheil Smith Date: Sun, 16 Feb 2014 05:35:44 +0000 Subject: [PATCH] Fix nconf.file not really using config file --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index a42ecda794..f5cc40c5ee 100644 --- a/app.js +++ b/app.js @@ -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({