30 lines
473 B
JSON
30 lines
473 B
JSON
{
|
|
"database": {
|
|
"client": "mysql",
|
|
"connection": {
|
|
"host": "mysql",
|
|
"port": 3306,
|
|
"password": "root",
|
|
"user": "root",
|
|
"database": "ghost"
|
|
}
|
|
},
|
|
"url": "http://localhost/blog",
|
|
"server": {
|
|
"port": 2368,
|
|
"host": "0.0.0.0"
|
|
},
|
|
"mail": {
|
|
"transport": "Direct"
|
|
},
|
|
"logging": {
|
|
"transports": [
|
|
"file"
|
|
]
|
|
},
|
|
"process": "local",
|
|
"paths": {
|
|
"contentPath": "/opt/bitnami/ghost/content"
|
|
}
|
|
}
|