Stop using localhost, it seems to not be reliable, use IP

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2022-08-29 08:37:53 +02:00
parent 846e79beab
commit 15f505a6fd
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -33,7 +33,7 @@ nglib.makeSystem {
permit_join = true; permit_join = true;
mqtt = { mqtt = {
base_topic = "zigbee2mqtt"; base_topic = "zigbee2mqtt";
server = "mqtt://localhost:1883"; server = "mqtt://127.0.0.1:1883";
user = "\${MQTT_USER}"; user = "\${MQTT_USER}";
password = "\${MQTT_PASSWORD}"; password = "\${MQTT_PASSWORD}";
}; };