85c0913d70
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
15 lines
229 B
JSON
15 lines
229 B
JSON
{
|
|
"paths": {
|
|
"corePath": "try-to-override"
|
|
},
|
|
"database": {
|
|
"connection": {
|
|
"filename": "/hehe.db"
|
|
},
|
|
"debug": true
|
|
},
|
|
"logging": {
|
|
"level": "error"
|
|
}
|
|
}
|