rittenhop-dev/config.development.json
2024-09-23 19:40:12 -04:00

27 lines
500 B
JSON

{
"url": "http://localhost:2374/",
"server": {
"port": 2374,
"host": "127.0.0.1"
},
"database": {
"client": "sqlite3",
"connection": {
"filename": "/home/neurobomber/CodeProjects/local-rittenhop/content/data/ghost-local.db"
}
},
"mail": {
"transport": "Direct"
},
"logging": {
"transports": [
"file",
"stdout"
]
},
"process": "local",
"paths": {
"contentPath": "/home/neurobomber/CodeProjects/local-rittenhop/content"
}
}