Files
fleet-control-console/config.json.example
2026-04-18 20:59:11 +02:00

20 lines
436 B
JSON

{
"_comment": {"Default admin username and password"
},
"web_admin": {
"user": "admin",
"pass": "admin123"
},
"mqtt": {
"broker": "127.0.0.1",
"port": 1883,
"user": "mmdvm",
"password": "password"
},
"update_schedule": "03:00",
"id_urls": {
"dmr": "https://radioid.net/static/dmrid.dat",
"nxdn": "https://radioid.net/static/nxdn.csv"
}
}