Ghost/core/test/utils/fixtures/config/overrides.json
Katharina Irrgang 85c0913d70 🎨 config optimisations (#7921)
refs #7488

- rename file keys for config files, see https://github.com/TryGhost/Ghost/pull/7493/files
- add tests to avoid running into config hierarchy problems again
- overrides.json is the strongest!
- argv/env can override any default
- custom config can override defaults
- reorganise util functions for config again
2017-02-02 12:46:30 +00:00

7 lines
77 B
JSON

{
"paths": {
"appRoot": ".",
"corePath": "core/"
}
}