Fix: config.json.example

This commit is contained in:
2026-04-26 13:41:42 +02:00
parent 852320b290
commit 509d673489
+1 -1
View File
@@ -3,7 +3,7 @@
"broker": "your_mqtt_broker_address",
"port": 1883,
"user": "your_username",
"password": "your_password"
"password": "your_password",
"client_id": "fleet_backend_prod"
},
"web_admin": {