WIP Ansiblization of docker
This commit is contained in:
25
in-node/configs/ghost/config.production.json
Normal file
25
in-node/configs/ghost/config.production.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"url": "https://blog.projectsegfau.lt",
|
||||
"server": {
|
||||
"port": 2368,
|
||||
"host": "0.0.0.0"
|
||||
},
|
||||
"database": {
|
||||
"client": "sqlite3",
|
||||
"connection": {
|
||||
"filename": "content/data/ghost.db"
|
||||
},
|
||||
"useNullAsDefault": true,
|
||||
"debug": false
|
||||
},
|
||||
"logging": {
|
||||
"transports": [
|
||||
"file",
|
||||
"stdout"
|
||||
]
|
||||
},
|
||||
"process": "systemd",
|
||||
"paths": {
|
||||
"contentPath": "/var/lib/ghost/content"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user