mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-16 04:08:34 +03:00
4ecf7352b5
closes #9952 - required by the express-session middleware
123 lines
3.1 KiB
JSON
123 lines
3.1 KiB
JSON
{
|
|
"core": {
|
|
"db_hash": {
|
|
"defaultValue": null
|
|
},
|
|
"next_update_check": {
|
|
"defaultValue": null
|
|
},
|
|
"notifications": {
|
|
"defaultValue": "[]"
|
|
},
|
|
"session_secret": {
|
|
"defaultValue": null
|
|
}
|
|
},
|
|
"blog": {
|
|
"title": {
|
|
"defaultValue": "Ghost",
|
|
"validations": {
|
|
"isLength": {
|
|
"max": 150
|
|
}
|
|
}
|
|
},
|
|
"description": {
|
|
"defaultValue": "The professional publishing platform",
|
|
"validations": {
|
|
"isLength": {
|
|
"max": 200
|
|
}
|
|
}
|
|
},
|
|
"logo": {
|
|
"defaultValue": "https://casper.ghost.org/v1.0.0/images/ghost-logo.svg"
|
|
},
|
|
"cover_image": {
|
|
"defaultValue": "https://casper.ghost.org/v1.0.0/images/blog-cover.jpg"
|
|
},
|
|
"icon": {
|
|
"defaultValue": ""
|
|
},
|
|
"default_locale": {
|
|
"defaultValue": "en",
|
|
"validations": {
|
|
"isEmpty": false
|
|
}
|
|
},
|
|
"active_timezone": {
|
|
"defaultValue": "Etc/UTC",
|
|
"validations": {
|
|
"isTimezone": true,
|
|
"isEmpty": false
|
|
}
|
|
},
|
|
"force_i18n": {
|
|
"defaultValue": "true",
|
|
"validations": {
|
|
"isEmpty": false,
|
|
"isIn": [["true", "false"]]
|
|
}
|
|
},
|
|
"permalinks": {
|
|
"defaultValue": "/:slug/",
|
|
"validations": {
|
|
"matches": "^(\/:?[a-z0-9_-]+){1,5}\/$",
|
|
"matches": "(:id|:slug|:year|:month|:day|:author|:primary_tag|:primary_author)",
|
|
"notContains": "/ghost/"
|
|
}
|
|
},
|
|
"amp": {
|
|
"defaultValue" : "true"
|
|
},
|
|
"ghost_head": {
|
|
"defaultValue" : ""
|
|
},
|
|
"ghost_foot": {
|
|
"defaultValue" : ""
|
|
},
|
|
"facebook": {
|
|
"defaultValue" : "ghost"
|
|
},
|
|
"twitter": {
|
|
"defaultValue" : "tryghost"
|
|
},
|
|
"labs": {
|
|
"defaultValue": "{\"publicAPI\": true}"
|
|
},
|
|
"navigation": {
|
|
"defaultValue": "[{\"label\":\"Home\", \"url\":\"/\"},{\"label\":\"Tag\", \"url\":\"/tag/getting-started/\"}, {\"label\":\"Author\", \"url\":\"/author/ghost/\"},{\"label\":\"Help\", \"url\":\"https://help.ghost.org\"}]"
|
|
},
|
|
"slack": {
|
|
"defaultValue": "[{\"url\":\"\"}]"
|
|
},
|
|
"unsplash": {
|
|
"defaultValue": "{\"isActive\": true}"
|
|
}
|
|
},
|
|
"theme": {
|
|
"active_theme": {
|
|
"defaultValue": "casper"
|
|
}
|
|
},
|
|
"app": {
|
|
"active_apps": {
|
|
"defaultValue": "[]"
|
|
},
|
|
"installed_apps": {
|
|
"defaultValue": "[]"
|
|
}
|
|
},
|
|
"private": {
|
|
"is_private": {
|
|
"defaultValue": "false"
|
|
},
|
|
"password": {
|
|
"defaultValue": ""
|
|
},
|
|
"public_hash": {
|
|
"defaultValue": null
|
|
}
|
|
}
|
|
}
|