{
    "database": {
        "client": "mysql",
        "connection": {
            "host"     : "127.0.0.1",
            "user"     : "root",
            "password" : "",
            "database" : "ghost"
        }
    },
    "paths": {
        "contentPath": "content/"
    },
    "logging": {
        "level": "info",
        "rotation": {
            "enabled": true
        },
        "transports": ["file"]
    },
    "explore": {
        "update_url": "https://explore.ghost.org/api/update",
        "testimonials_url": "https://explore.ghost.org/api/testimonials"
    }
}
