mqtt client is now created in lua

This commit is contained in:
2024-04-29 02:19:52 +02:00
parent fcd0b370d6
commit 9f636a2572
5 changed files with 37 additions and 50 deletions

View File

@@ -1,9 +1,2 @@
openid:
base_url: "https://login.huizinga.dev/api/oidc"
mqtt:
host: "mosquitto"
port: 8883
client_name: "automation_rs"
username: "mqtt"
password: "${MQTT_PASSWORD}"

View File

@@ -1,10 +1,2 @@
openid:
base_url: "https://login.huizinga.dev/api/oidc"
mqtt:
host: "olympus.lan.huizinga.dev"
port: 8883
client_name: "automation-zeus"
username: "mqtt"
password: "${MQTT_PASSWORD}"
tls: true