mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
feat: check CI failure
This commit is contained in:
@@ -165,6 +165,9 @@ function completeConfigSetup(config, next) {
|
||||
}
|
||||
|
||||
nconf.overrides(config);
|
||||
|
||||
console.log(config, nconf.get('redis'));
|
||||
|
||||
async.waterfall([
|
||||
function (next) {
|
||||
require('./database').init(next);
|
||||
|
||||
Reference in New Issue
Block a user