Change MQTT host
Some checks reported errors
continuous-integration/drone/push Build is failing
continuous-integration/drone Build was killed

This commit is contained in:
starcalc 2022-08-21 12:33:14 +02:00
parent 388d22915b
commit b09717595a

View file

@ -6,7 +6,7 @@
"password": "WIFIPASS" "password": "WIFIPASS"
}, },
"mqtt": { "mqtt": {
"host": "mqtt.ctdo.de", "host": "raum.ctdo.de",
"port": 1883, "port": 1883,
"auth": false "auth": false
}, },