34 lines
638 B
JSON
34 lines
638 B
JSON
{
|
|
"url": "https://sigyl.com/ghost",
|
|
"server": {
|
|
"port": 2368,
|
|
"host": "0.0.0.0"
|
|
},
|
|
"database": {
|
|
"client": "sqlite3",
|
|
"connection": {
|
|
"filename": "/var/lib/ghost/content/data/ghost.db"
|
|
}
|
|
},
|
|
"mail": {
|
|
"transport": "SMTP",
|
|
"options": {
|
|
"service": "Mailgun",
|
|
"auth": {
|
|
"user": "postmaster@sandboxb393ecccde2a4447923b56a149879324.mailgun.org",
|
|
"pass": "85828e2f386a89851ddd4b8e32bfebdb"
|
|
}
|
|
}
|
|
},
|
|
"logging": {
|
|
"transports": [
|
|
"file",
|
|
"stdout"
|
|
]
|
|
},
|
|
"process": "systemd",
|
|
"paths": {
|
|
"contentPath": "/var/lib/ghost/content"
|
|
}
|
|
}
|