0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
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 * env arguments
*/ */
nconf.env({ nconf.env({
separator: '__' separator: '__',
parseValues: true
}); });
nconf.file('custom-env', path.join(customConfigPath, 'config.' + env + '.json')); nconf.file('custom-env', path.join(customConfigPath, 'config.' + env + '.json'));