2016-09-13 18:20:44 +03:00
|
|
|
{
|
|
|
|
"paths": {
|
|
|
|
"appRoot": ".",
|
|
|
|
"corePath": "core/",
|
|
|
|
"clientAssets": "core/built/assets",
|
|
|
|
"imagesRelPath": "content/images",
|
|
|
|
"helperTemplates": "core/server/helpers/tpl/",
|
2016-09-13 23:24:57 +03:00
|
|
|
"adminViews": "core/server/views/",
|
|
|
|
"internalAppPath": "core/server/apps/",
|
|
|
|
"internalStoragePath": "core/server/storage/",
|
|
|
|
"internalSchedulingPath": "core/server/scheduling/"
|
2016-09-13 18:20:44 +03:00
|
|
|
},
|
|
|
|
"internalApps": [
|
|
|
|
"private-blogging",
|
|
|
|
"subscribers",
|
|
|
|
"amp"
|
|
|
|
],
|
|
|
|
"routeKeywords": {
|
|
|
|
"tag": "tag",
|
|
|
|
"author": "author",
|
|
|
|
"page": "page",
|
|
|
|
"preview": "p",
|
|
|
|
"private": "private",
|
|
|
|
"subscribe": "subscribe",
|
|
|
|
"amp": "amp"
|
|
|
|
},
|
|
|
|
"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"]
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|
|
|
|
},
|
|
|
|
"storage": {
|
|
|
|
"active": {
|
|
|
|
"themes": "local-file-store"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"times": {
|
|
|
|
"cannotScheduleAPostBeforeInMinutes": 2,
|
|
|
|
"publishAPostBySchedulerToleranceInMinutes": 2
|
|
|
|
},
|
|
|
|
"theme": {
|
|
|
|
"timezone": "Etc/UTC"
|
|
|
|
},
|
|
|
|
"maintenance": {
|
|
|
|
"enabled": false
|
|
|
|
}
|
|
|
|
}
|