0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Fabien O'Carroll fb942af1db Added adapter-manager service
no-issue

This services handles the registration and retrieval of adapters,
it normalises the config to look like:

{
    [adapterType]: {
        active: adapterName,
        [adapterName]: adapterConfig
    }
}
2020-04-05 21:13:47 +02:00
..
client@513c62dd3b Updated Ghost-Admin to 3.12.1 2020-03-26 14:29:12 +00:00
frontend Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
server Added adapter-manager service 2020-04-05 21:13:47 +02:00
shared/nql-map-key-values
index.js