fix: MQTT broke after internal domain change
This commit was merged in pull request #7.
This commit is contained in:
+2
-2
@@ -10,12 +10,12 @@ return {
|
||||
openid_url = "https://login.huizinga.dev/api/oidc",
|
||||
},
|
||||
mqtt = {
|
||||
host = ((host == "zeus" or host == "hephaestus") and "olympus.lan.huizinga.dev") or "mosquitto",
|
||||
host = ((host == "zeus" or host == "hephaestus") and "olympus.huizinga.lan") or "mosquitto",
|
||||
port = 8883,
|
||||
client_name = "automation-" .. host,
|
||||
username = "mqtt",
|
||||
password = secrets.mqtt_password,
|
||||
tls = host == "zeus" or host == "hephaestus",
|
||||
tls = false,
|
||||
},
|
||||
modules = {
|
||||
require("config.battery"),
|
||||
|
||||
Reference in New Issue
Block a user