17 lines
308 B
YAML
17 lines
308 B
YAML
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
|
|
|
|
ntfy:
|
|
topic: "${NTFY_TOPIC}"
|
|
|
|
presence:
|
|
topic: "automation_dev/presence/+/#"
|