web-site/config.production.template

36 lines
606 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"
}
},
"spam": {
"user_login": {
"freeRetries": 1000
},
"member_login": {
"freeRetries": 1000
}
}
}