wf-radio/config/config.json

8 lines
112 B
JSON
Raw Normal View History

2025-03-10 10:18:36 +01:00
{
"port": 8000,
"database": {
"type": "sqlite",
"filename": "./mydb.sqlite"
}
}