mqtt client name is now a config option
This commit is contained in:
@@ -4,6 +4,7 @@ base_url = "https://login.huizinga.dev/api/oidc"
|
||||
[mqtt]
|
||||
host="olympus.vpn.huizinga.dev"
|
||||
port=8883
|
||||
client_name="automation-ares"
|
||||
username="mqtt"
|
||||
password="${MQTT_PASSWORD}"
|
||||
tls=true
|
||||
|
||||
@@ -4,6 +4,7 @@ base_url = "https://login.huizinga.dev/api/oidc"
|
||||
[mqtt]
|
||||
host="mosquitto"
|
||||
port=8883
|
||||
client_name="automation_rs"
|
||||
username="mqtt"
|
||||
password="${MQTT_PASSWORD}"
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user