wf-radio/config/config.json
2025-03-10 10:18:36 +01:00

8 lines
112 B
JSON

{
"port": 8000,
"database": {
"type": "sqlite",
"filename": "./mydb.sqlite"
}
}