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