ghost
Version:
The professional publishing platform
26 lines (25 loc) • 578 B
JSON
{
"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"
}
}