Ghost/core
Hannah Wolfe c902c71fbd Added support for local config file
- Because we want devExperiments enabled when checking out from source, we have a committed config.development.json
- It works, but is a PITA if you want to have some local settings, as they have to be stashed (or get accidentally committed)
- This commit adds `config.local.json` as a local file that anyone can specify in any env, and it will be loaded
- Note that config.[specific env].json will trump it / overwrite it
- But you can still have settings alongside!
2020-04-27 19:09:20 +01:00
..
client@6670fc93d8 Updated Ghost-Admin to v3.14.0 2020-04-27 13:27:51 +01:00
frontend Checked structure of data in routes.yaml 2020-04-27 17:39:48 +01:00
server Added support for local config file 2020-04-27 19:09:20 +01:00
shared Moved express init + sentry to a shared util 2020-04-27 18:17:50 +01:00
index.js