rittenhop-dev/config.development.json

27 lines
406 B
JSON
Raw Normal View History

2024-09-23 19:40:12 -04:00
{
2024-09-23 19:42:31 -04:00
"url": "http://0.0.0.0:2374/",
2024-09-23 19:40:12 -04:00
"server": {
"port": 2374,
2024-09-23 19:42:31 -04:00
"host": "0.0.0.0"
2024-09-23 19:40:12 -04:00
},
"database": {
"client": "sqlite3",
"connection": {
2024-09-23 19:48:15 -04:00
"filename": "./content/data/ghost-local.db"
2024-09-23 19:40:12 -04:00
}
},
"mail": {
"transport": "Direct"
},
"logging": {
"transports": [
"file",
"stdout"
]
},
"process": "local",
"paths": {
2024-09-23 19:48:15 -04:00
"contentPath": "./content"
2024-09-23 19:40:12 -04:00
}
}