mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-17 21:41:49 +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
7 lines
77 B
JSON
7 lines
77 B
JSON
{
|
|
"paths": {
|
|
"appRoot": ".",
|
|
"corePath": "core/"
|
|
}
|
|
}
|