1
0

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-15 13:45:40 +02:00
parent ee0c5ab191
commit 3602c0e95a

View File

@@ -53,4 +53,4 @@ tcp:
pi-mqtt:
loadBalancer:
servers:
- address: "192.168.42.211:8883"
- address: "192.168.42.211:1883"