{ "url": "yoururl", "server": { "port": 2368, "host": "0.0.0.0" }, "database": { "client": "sqlite3", "connection": { "filename": "/var/lib/ghost/content/data/ghost.db" } }, "mail": { "transport": "SMTP", "from": "youremail", "options": { "host": "smtp.163.com", "secureConnection": true, "port": 465, "auth": { "user": "youremail", "pass": "yourpassword" } } }, "logging": { "transports": [ "file", "stdout" ] }, "process": "systemd", "paths": { "contentPath": "/var/lib/ghost/content" } }