Ghost/core/server/config
Naz Gargol 0bf1542bc6
Extracted settings service part manipulating routes.yaml (#10800)
refs #10790
refs #9528

- The settings service was designed to handle more settings then just routing, but till this day there wasn't anything else added. As routes.yaml is only being used by frontend router so conceptually it fits better to have this code in frontend, so that it doesn't have to reach out to server
- The code left in server settings is the one that interacts with the database `settings` table and only partially provides information to frontend. That part is known as 'settings cache' and will be accessed through API controllers.
2019-06-25 18:33:56 +02:00
..
env Removed defunct Ghost OAuth code (#9014) 2017-09-18 13:01:58 +01:00
defaults.json Added logging of slow {{#get}} helper uses (#10779) 2019-06-07 14:54:55 +01:00
index.js 🐛 Fixed custom certificate usage for MySQL (#10573) 2019-03-06 10:28:10 +01:00
overrides.json Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
utils.js Removed support for apps from getContentPath 2019-04-16 11:05:33 +02:00