core-legacy/config.json
2019-10-27 02:07:01 +02:00

12 lines
199 B
JSON

{
"listeners": [
{
"address": "0.0.0.0",
"port": 5000,
"https": false
}
],
"custom_config": {
"db_name": "core.sqlite"
}
}