Ghost/core/test/utils/fixtures/config/config.testing.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

15 lines
229 B
JSON

{
"paths": {
"corePath": "try-to-override"
},
"database": {
"connection": {
"filename": "/hehe.db"
},
"debug": true
},
"logging": {
"level": "error"
}
}