Hi there,
I have an error in the configuration file in production, but I don’t see where. I have read and re-read the file, compared it to the default file with this default conf, I can’t find the error, could someone please help me ?
Thanks
Server info :
Ubuntu 22.04 LTS
Node version : 16.20
Ghost version : 5.44
Ghost-CLI version : 1.24
Environnement : production
Command : ‘ghost doctor’
My config.production.json :
{
“url”: “https://xxxxx”,
“server”: {
“port”: 2368,
“host”: “127.0.0.1”
},
“database”: {
“client”: “mysql”,
“connection”: {
“host”: “localhost”,
“user”: “xxxxx”,
“password”: “xxxxx”,
“database”: “xxxxx”
}
},
“mail”: {
“transport”: “DIRECT”,
},
“logging”: {
“transports”: [
“file”,
“stdout”
]
},
“process”: “systemd”,
“paths”: {
“contentPath”: “/var/www/blog/content”
}
}