2016-09-13 18:20:44 +03:00
|
|
|
{
|
|
|
|
"paths": {
|
|
|
|
"appRoot": ".",
|
|
|
|
"corePath": "core/",
|
|
|
|
"clientAssets": "core/built/assets",
|
2019-06-19 12:30:28 +03:00
|
|
|
"helperTemplates": "core/frontend/helpers/tpl/",
|
2017-12-06 19:37:54 +03:00
|
|
|
"adminViews": "core/server/web/admin/views/",
|
2017-03-14 12:06:42 +03:00
|
|
|
"defaultViews": "core/server/views/",
|
2019-06-25 19:33:56 +03:00
|
|
|
"defaultSettings": "core/frontend/services/settings/",
|
2019-06-19 12:30:28 +03:00
|
|
|
"internalAppPath": "core/frontend/apps/",
|
2020-04-05 19:52:46 +03:00
|
|
|
"internalAdaptersPath": "core/server/adapters/",
|
2017-04-07 15:21:41 +03:00
|
|
|
"migrationPath": "core/server/data/migrations",
|
|
|
|
"publicFilePath": "core/server/public"
|
2016-09-13 18:20:44 +03:00
|
|
|
},
|
2017-05-29 22:48:42 +03:00
|
|
|
"apps": {
|
|
|
|
"internal": [
|
|
|
|
"private-blogging",
|
2019-01-17 14:03:40 +03:00
|
|
|
"amp"
|
2017-05-29 22:48:42 +03:00
|
|
|
]
|
|
|
|
},
|
2016-09-13 18:20:44 +03:00
|
|
|
"slugs": {
|
|
|
|
"protected": ["ghost", "rss", "amp"]
|
|
|
|
},
|
|
|
|
"uploads": {
|
2019-10-09 12:47:04 +03:00
|
|
|
"members": {
|
2019-10-03 20:59:19 +03:00
|
|
|
"extensions": [".csv"],
|
2019-11-26 18:11:05 +03:00
|
|
|
"contentTypes": ["text/csv", "application/csv", "application/octet-stream", "application/vnd.ms-excel"]
|
2016-09-13 18:20:44 +03:00
|
|
|
},
|
|
|
|
"images": {
|
2019-07-01 09:29:24 +03:00
|
|
|
"extensions": [".jpg", ".jpeg", ".gif", ".png", ".svg", ".svgz", ".ico"],
|
|
|
|
"contentTypes": ["image/jpeg", "image/png", "image/gif", "image/svg+xml", "image/x-icon", "image/vnd.microsoft.icon"]
|
2016-09-13 18:20:44 +03:00
|
|
|
},
|
2017-01-26 12:01:52 +03:00
|
|
|
"icons": {
|
|
|
|
"extensions": [".png", ".ico"],
|
|
|
|
"contentTypes": ["image/png", "image/x-icon", "image/vnd.microsoft.icon"]
|
|
|
|
},
|
2016-09-13 18:20:44 +03:00
|
|
|
"db": {
|
|
|
|
"extensions": [".json", ".zip"],
|
2017-11-22 20:30:53 +03:00
|
|
|
"contentTypes": ["text/plain", "application/octet-stream", "application/json", "application/zip", "application/x-zip-compressed"]
|
2016-09-13 18:20:44 +03:00
|
|
|
},
|
|
|
|
"themes": {
|
|
|
|
"extensions": [".zip"],
|
2016-09-13 18:41:14 +03:00
|
|
|
"contentTypes": ["application/zip", "application/x-zip-compressed", "application/octet-stream"]
|
2017-09-21 18:01:03 +03:00
|
|
|
},
|
|
|
|
"redirects": {
|
2020-11-04 02:08:32 +03:00
|
|
|
"extensions": [".json", ".yaml"],
|
|
|
|
"contentTypes": ["text/plain", "text/yaml", "application/octet-stream", "application/json", "application/yaml", "application/x-yaml"]
|
2018-07-12 14:40:37 +03:00
|
|
|
},
|
|
|
|
"routes": {
|
|
|
|
"extensions": [".yaml"],
|
2018-09-10 21:00:56 +03:00
|
|
|
"contentTypes": ["text/plain", "text/yaml", "application/octet-stream", "application/yaml", "application/x-yaml"]
|
2016-09-13 18:20:44 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"times": {
|
|
|
|
"cannotScheduleAPostBeforeInMinutes": 2,
|
2017-04-05 23:58:26 +03:00
|
|
|
"publishAPostBySchedulerToleranceInMinutes": 2,
|
|
|
|
"getImageSizeTimeoutInMS": 5000
|
2016-09-13 18:20:44 +03:00
|
|
|
},
|
|
|
|
"maintenance": {
|
|
|
|
"enabled": false
|
2018-09-24 22:49:21 +03:00
|
|
|
},
|
|
|
|
"api": {
|
|
|
|
"versions": {
|
2021-02-22 17:39:48 +03:00
|
|
|
"all": ["v2", "v3", "v4", "canary"],
|
2019-08-09 17:11:24 +03:00
|
|
|
"canary": {
|
|
|
|
"admin": "canary/admin",
|
2020-04-30 19:29:51 +03:00
|
|
|
"content": "canary/content"
|
2019-08-09 17:11:24 +03:00
|
|
|
},
|
2021-02-22 17:39:48 +03:00
|
|
|
"v4": {
|
|
|
|
"admin": "canary/admin",
|
|
|
|
"content": "canary/content"
|
|
|
|
},
|
2019-09-03 10:03:31 +03:00
|
|
|
"v3": {
|
|
|
|
"admin": "v3/admin",
|
2020-04-30 19:29:51 +03:00
|
|
|
"content": "v3/content"
|
2019-09-03 10:03:31 +03:00
|
|
|
},
|
2018-10-16 12:50:51 +03:00
|
|
|
"v2": {
|
2018-09-24 22:49:21 +03:00
|
|
|
"admin": "v2/admin",
|
2019-10-31 14:11:46 +03:00
|
|
|
"content": "v2/content"
|
2018-09-27 20:34:12 +03:00
|
|
|
}
|
2018-09-24 22:49:21 +03:00
|
|
|
}
|
2020-06-11 15:27:56 +03:00
|
|
|
},
|
|
|
|
"imageOptimization": {
|
2020-10-19 10:56:18 +03:00
|
|
|
"defaultMaxWidth": 2000,
|
2020-06-11 15:27:56 +03:00
|
|
|
"contentImageSizes": {
|
|
|
|
"w600": {"width": 600},
|
|
|
|
"w1000": {"width": 1000},
|
|
|
|
"w1600": {"width": 1600},
|
|
|
|
"w2400": {"width": 2400}
|
|
|
|
}
|
2016-09-13 18:20:44 +03:00
|
|
|
}
|
|
|
|
}
|