web-site/config.production.template

28 lines
471 B
Plaintext

{
"url": "http://localhost:2368",
"server": {
"port": 2368,
"host": "::"
},
"mail": $EMAIL,
"logging": {
"transports": [
"file",
"stdout"
]
},
"process": "systemd",
"paths": {
"contentPath": "/var/lib/ghost/content"
},
"database": {
"client": "mysql",
"connection": {
"host": "db",
"user": "ghost",
"password": "$DBPASSWORD",
"database": "ghostdb"
}
}
}