From 509d673489c9d192db35064d67f39e7a45592853 Mon Sep 17 00:00:00 2001 From: Roby Date: Sun, 26 Apr 2026 13:41:42 +0200 Subject: [PATCH] Fix: config.json.example --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index fdf3ade..9b7337e 100644 --- a/config.json.example +++ b/config.json.example @@ -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": {