mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
added back install.overrides
This commit is contained in:
@@ -161,6 +161,7 @@ function completeConfigSetup(config, next) {
|
|||||||
config.package_manager = nconf.get('package_manager');
|
config.package_manager = nconf.get('package_manager');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nconf.overrides(config);
|
||||||
async.waterfall([
|
async.waterfall([
|
||||||
function (next) {
|
function (next) {
|
||||||
require('./database').init(next);
|
require('./database').init(next);
|
||||||
|
|||||||
Reference in New Issue
Block a user