Miguel Piedrafita 2018-10-28 20:06:44 +01:00 committed by Katharina Irrgang
parent 8d12c8908f
commit b8fff2321c

View File

@ -28,7 +28,8 @@ _private.loadNconf = function loadNconf(options) {
* env arguments
*/
nconf.env({
separator: '__'
separator: '__',
parseValues: true
});
nconf.file('custom-env', path.join(customConfigPath, 'config.' + env + '.json'));