mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 00:15:46 +01:00
feat: check CI failure
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user