mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Parsed nconf env values (#10077)
closes #10073, closes #8940 - see https://github.com/TryGhost/Ghost/issues/10073#issuecomment-433637006 and https://github.com/TryGhost/Ghost/issues/8940#issuecomment-418302189
This commit is contained in:
parent
8d12c8908f
commit
b8fff2321c
1 changed files with 2 additions and 1 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Reference in a new issue