|
|
@ -165,6 +165,9 @@ function completeConfigSetup(config, next) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
nconf.overrides(config);
|
|
|
|
nconf.overrides(config);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
console.log(config, nconf.get('redis'));
|
|
|
|
|
|
|
|
|
|
|
|
async.waterfall([
|
|
|
|
async.waterfall([
|
|
|
|
function (next) {
|
|
|
|
function (next) {
|
|
|
|
require('./database').init(next);
|
|
|
|
require('./database').init(next);
|
|
|
|