mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 08:04:20 +01:00
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:
parent
846e79beab
commit
15f505a6fd
|
@ -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}";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue