{
    "token_secret" : "AuthTokenCHANGE",
    "token_expire_minutes": 300,
    "cms_token_cookie": "cmsauthtoken",
    "password_regex": "^(\\S){8,24}$",
    "min_username_length" : 6,
    "max_username_length" : 24,
    "invalid_cms_password_text" : "The password must be 8-24 characters and cannot contains spaces.",
    "invalid_web_password_text" : "The password must be 8-24 characters and cannot contains spaces.",
    "invalid_username_text" : "The username must be 6-24 characters with only letters and numbers.",
    "default_admin_password" : "password",
    "database_connection": "",
    "database_name": "",
    "image_max_days": 7,
    "image_max_width": 1200,
    "image_max_height": 900,
    "thumbnail_width": 150,
    "thumbnail_height": 150,
    "content_page_size": 20,
    "calendar_page_size": 200,
    "data_cache_seconds": 120,
    "check_install": true,
    "setup_admin_user": false,
    "temp_directory": "~/temp",
    "icons_directory": "~/node_modules/sheercms/static/images/icons/32",
    "icons_url": "/cms/static/images/icons/32",
    "logging": {
        "name": "default",
        "level": "warn",
        "type": "rotating-file",
        "path": "~/node_modules/sheercms/logs/logfile.log",
        "period": "1d",
        "count": 14,
        "console": false
    },
    "packages": {
        "path": "~/node_modules/sheercms/packages",
        "starter": "starter-site.zip"
    },
    "backups": {
        "path": "~/node_modules/sheercms/backups",
        "max": 3
    }
}