2024-02-11 12:31:51 +00:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
2024-02-13 20:21:16 +00:00
|
|
|
},
|
|
|
|
"spam": {
|
|
|
|
"user_login": {
|
|
|
|
"freeRetries": 1000
|
|
|
|
},
|
|
|
|
"member_login": {
|
|
|
|
"freeRetries": 1000
|
|
|
|
}
|
2024-02-11 12:31:51 +00:00
|
|
|
}
|
|
|
|
}
|