Ghost/core/shared/config
Naz 7f0bf62ec9 Renamed defaultSettings to defaultRouteSettings
refs https://github.com/TryGhost/Toolbox/issues/214

- The `defaultSettings` path name in the config (one pointing to routes yaml file) creates confusion with the `defaultSettings` which populate defaults for  in the database settings table.
- Furthermore, the name collision creates a problem when trying to make database default settings dynamic - being able to load them from configurable file path.
- Rename makes "routing" explicit to avoid ambiguity and free up the name for the database defaults
- The value seems to be safe to be renamed as all keys used in `overrides.json` are taking priority - the name "defaultRouteSettings" hasn't surfaced at any point in the git history
2022-02-21 20:06:20 +13:00
..
env Introduced booting from fixture url cache in test environment 2021-11-22 21:56:32 +13:00
defaults.json Updated Portal to show free tier description and benefits 2022-01-17 23:26:58 +05:30
helpers.js 🐛 Fixed perms error when building public assets 2021-11-19 11:36:45 +00:00
index.js Renamed config index to loader 2021-06-16 14:42:06 +01:00
loader.js Moved "vhost-utils" to config helpers 2021-11-17 08:37:08 +00:00
overrides.json Renamed defaultSettings to defaultRouteSettings 2022-02-21 20:06:20 +13:00
utils.js Removed bind from internal-only config helpers 2021-06-18 21:19:16 +01:00