0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/shared/config
Naz 4700b14d93 Made default settings file location configurable
refs https://github.com/TryGhost/Toolbox/issues/214

- The values configuration for the settings table need to become configurable to be able to run our test environment with a pre-defined set of configurations (e.g Stripe-related values).
- This change makes it possible to define the default settings file location (currently a JSON)
- A new key is now exposed through the "paths.defaultSettings" key in settings, which can be overloaded for the needs of the environment
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 Made default settings file location configurable 2022-02-21 20:06:20 +13:00
helpers.js 🐛 Fixed perms error when building public assets 2021-11-19 11:36:45 +00:00
index.js
loader.js
overrides.json Renamed defaultSettings to defaultRouteSettings 2022-02-21 20:06:20 +13:00
utils.js