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

10 lines
150 B
JSON

{
"database": {
"client": "sqlite3",
"connection": {
"filename": "/test.db"
},
"debug": false
}
}