2016-09-13 18:20:44 +03:00
|
|
|
{
|
|
|
|
"paths": {
|
|
|
|
"appRoot": ".",
|
|
|
|
"corePath": "core/",
|
|
|
|
"clientAssets": "core/built/assets",
|
|
|
|
"helperTemplates": "core/server/helpers/tpl/",
|
2017-03-14 19:03:30 +03:00
|
|
|
"adminViews": "core/server/admin/views/",
|
2017-03-14 12:06:42 +03:00
|
|
|
"defaultViews": "core/server/views/",
|
2016-09-13 23:24:57 +03:00
|
|
|
"internalAppPath": "core/server/apps/",
|
2017-05-15 13:52:01 +03:00
|
|
|
"internalStoragePath": "core/server/adapters/storage/",
|
|
|
|
"internalSchedulingPath": "core/server/adapters/scheduling/",
|
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",
|
|
|
|
"subscribers",
|
|
|
|
"amp",
|
|
|
|
"default-cards"
|
|
|
|
]
|
|
|
|
},
|
2016-09-13 18:20:44 +03:00
|
|
|
"routeKeywords": {
|
|
|
|
"tag": "tag",
|
|
|
|
"author": "author",
|
|
|
|
"page": "page",
|
|
|
|
"preview": "p",
|
|
|
|
"private": "private",
|
|
|
|
"subscribe": "subscribe",
|
2017-07-31 12:00:03 +03:00
|
|
|
"amp": "amp",
|
|
|
|
"primaryTagFallback": "all"
|
2016-09-13 18:20:44 +03:00
|
|
|
},
|
|
|
|
"slugs": {
|
|
|
|
"reserved": ["admin", "app", "apps", "archive", "archives", "categories",
|
|
|
|
"category", "dashboard", "feed", "ghost-admin", "login", "logout",
|
|
|
|
"page", "pages", "post", "posts", "public", "register", "setup",
|
|
|
|
"signin", "signout", "signup", "user", "users", "wp-admin", "wp-login"],
|
|
|
|
"protected": ["ghost", "rss", "amp"]
|
|
|
|
},
|
|
|
|
"uploads": {
|
|
|
|
"subscribers": {
|
|
|
|
"extensions": [".csv"],
|
|
|
|
"contentTypes": ["text/csv", "application/csv", "application/octet-stream"]
|
|
|
|
},
|
|
|
|
"images": {
|
|
|
|
"extensions": [".jpg", ".jpeg", ".gif", ".png", ".svg", ".svgz"],
|
|
|
|
"contentTypes": ["image/jpeg", "image/png", "image/gif", "image/svg+xml"]
|
|
|
|
},
|
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"],
|
|
|
|
"contentTypes": ["application/octet-stream", "application/json", "application/zip", "application/x-zip-compressed"]
|
|
|
|
},
|
|
|
|
"themes": {
|
|
|
|
"extensions": [".zip"],
|
2016-09-13 18:41:14 +03:00
|
|
|
"contentTypes": ["application/zip", "application/x-zip-compressed", "application/octet-stream"]
|
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
|
|
|
|
}
|
|
|
|
}
|