{
    "core": {
        "db_hash": {
            "defaultValue": null
        },
        "next_update_check": {
            "defaultValue": null
        },
        "notifications": {
            "defaultValue": "[]"
        },
        "session_secret": {
            "defaultValue": null
        },
        "theme_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://static.ghost.org/v1.0.0/images/ghost-logo.svg"
        },
        "cover_image": {
            "defaultValue": "https://static.ghost.org/v3.0.0/images/publication-cover.png"
        },
        "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",
            "validations": {
                "isIn": [["true", "false"]]
            }
        },
        "ghost_head": {
            "defaultValue" : ""
        },
        "ghost_foot": {
            "defaultValue" : ""
        },
        "facebook": {
            "defaultValue" : "ghost"
        },
        "twitter": {
            "defaultValue" : "tryghost"
        },
        "labs": {
            "defaultValue": "{}"
        },
        "navigation": {
            "defaultValue": "[{\"label\":\"Home\", \"url\":\"/\"},{\"label\":\"Tag\", \"url\":\"/tag/getting-started/\"}, {\"label\":\"Author\", \"url\":\"/author/ghost/\"},{\"label\":\"Help\", \"url\":\"https://ghost.org/docs/\"}]"
        },
        "slack": {
            "defaultValue": "[{\"url\":\"\", \"username\":\"Ghost\"}]"
        },
        "unsplash": {
            "defaultValue": "{\"isActive\": true}"
        },
        "meta_title": {
            "defaultValue": null,
            "validations": {
                "isLength": {
                    "max": 300
                }
            }
        },
        "meta_description": {
            "defaultValue": null,
            "validations": {
                "isLength": {
                    "max": 500
                }
            }
        },
        "og_image": {
            "defaultValue": null,
            "validations": {
                "isLength": {
                    "max": 2000
                }
            }
        },
        "og_title": {
            "defaultValue": null,
            "validations": {
                "isLength": {
                    "max": 300
                }
            }
        },
        "og_description": {
            "defaultValue": null,
            "validations": {
                "isLength": {
                    "max": 300
                }
            }
        },
        "twitter_image": {
            "defaultValue": null,
            "validations": {
                "isLength": {
                    "max": 2000
                }
            }
        },
        "twitter_title": {
            "defaultValue": null,
            "validations": {
                "isLength": {
                    "max": 300
                }
            }
        },
        "twitter_description": {
            "defaultValue": null,
            "validations": {
                "isLength": {
                    "max": 300
                }
            }
        }
    },
    "theme": {
        "active_theme": {
            "defaultValue": "casper"
        }
    },
    "private": {
        "is_private": {
            "defaultValue": "false",
            "validations": {
                "isIn": [["true", "false"]]
            }
        },
        "password": {
            "defaultValue": ""
        },
        "public_hash": {
            "defaultValue": null
        }
    },
    "members": {
        "members_public_key": {
            "defaultValue": null
        },
        "members_private_key": {
            "defaultValue": null
        },
        "members_session_secret": {
            "defaultValue": null
        },
        "members_email_auth_secret": {
            "defaultValue": null
        },
        "default_content_visibility": {
            "defaultValue": "public"
        },
        "members_subscription_settings": {
            "defaultValue": "{\"isPaid\":false,\"fromAddress\":\"noreply\",\"allowSelfSignup\":true,\"paymentProcessors\":[{\"adapter\":\"stripe\",\"config\":{\"secret_token\":\"\",\"public_token\":\"\",\"product\":{\"name\":\"Ghost Subscription\"},\"plans\":[{\"name\":\"Monthly\",\"currency\":\"usd\",\"interval\":\"month\",\"amount\":\"\"},{\"name\":\"Yearly\",\"currency\":\"usd\",\"interval\":\"year\",\"amount\":\"\"}]}}]}"
        }
    }
}
