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