Fix: make MQTT client ID configurable in config.json

This commit is contained in:
2026-04-26 13:37:17 +02:00
parent b659b9578d
commit 852320b290
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@
"port": 1883,
"user": "your_username",
"password": "your_password"
"client_id": "fleet_backend_prod"
},
"web_admin": {
"default_user": "admin",