fix(db): wrong mqtt port

Internal mqtt port is 1883 because traefik manage the TLS tunnel, not rabbitmq
This commit is contained in:
2026-04-16 08:52:37 +02:00
parent ee0c5ab191
commit 3602c0e95a
+1 -1
View File
@@ -53,4 +53,4 @@ tcp:
pi-mqtt:
loadBalancer:
servers:
- address: "192.168.42.211:8883"
- address: "192.168.42.211:1883"