mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-14 04:35:49 +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"
|
||
|
}
|
||
|
}
|