mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
27 lines
430 B
JSON
27 lines
430 B
JSON
{
|
|
"url": "http://localhost:2368/",
|
|
"server": {
|
|
"port": 2368,
|
|
"host": "0.0.0.0"
|
|
},
|
|
"database": {
|
|
"client": "sqlite3",
|
|
"connection": {
|
|
"filename": "/var/lib/ghost/content/data/ghost.db"
|
|
}
|
|
},
|
|
"mail": {
|
|
"transport": "Direct"
|
|
},
|
|
"logging": {
|
|
"transports": [
|
|
"file",
|
|
"stdout"
|
|
]
|
|
},
|
|
"process": "systemd",
|
|
"paths": {
|
|
"contentPath": "/var/lib/ghost/content"
|
|
}
|
|
}
|