This commit is contained in:
2016-05-06 18:19:39 +05:30
parent ba5eeb8286
commit 8096889a7d
+4
View File
@@ -12,7 +12,11 @@ Object.keys( defaultConfig ).forEach( function(v){
config[v] = process.env[v] || defaultConfig[v];
});
config.LOCAL_REGISTRY = 'localhost:' + config.PORT;
if( config.ENABLE_NPM_FAILOVER == 'false' ){
config.ENABLE_NPM_FAILOVER = false;
}
module.exports = config;