mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-17 13:31:39 +03:00
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
10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"database": {
|
|
"client": "sqlite3",
|
|
"connection": {
|
|
"filename": "/test.db"
|
|
},
|
|
"debug": false
|
|
}
|
|
}
|