mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
8370aa51a8
refs #7488 If you want to set properties for our configuration values using environment variables on the command line, Linux and MacOS return an invalid identifier error. ``` $ export database:connection:host=127.0.0.1 -bash: export: `database:connection:host=127.0.0.1': not a valid identifier ``` According to the nconf documentation a custom separator can be set. The docs suggest `'__'` which this PR adds. |
||
---|---|---|
.. | ||
env | ||
defaults.json | ||
index.js | ||
overrides.json | ||
utils.js |