0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/schema
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
..
clients Fixed "no-shadow" linting error in server/data modules (#12288) 2020-10-20 11:56:46 +13:00
default-settings Made default settings file location configurable 2022-02-21 20:06:20 +13:00
fixtures Added active column to products table (#14016) 2022-01-20 15:50:18 +02:00
checks.js
commands.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
index.js Moved schema validator into the schema module 2021-06-15 11:54:34 +01:00
schema.js Added the last_seen_at column to members 2022-02-09 11:57:45 +01:00
validator.js Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00