Environment variables can now be used directly inside the config instead of requiring special handling

This commit is contained in:
2023-01-06 04:06:36 +01:00
parent 82859d8e46
commit d06c0b6980
6 changed files with 39 additions and 16 deletions

View File

@@ -5,6 +5,10 @@ base_url = "https://login.huizinga.dev/api/oidc"
host="olympus.lan.huizinga.dev"
port=8883
username="mqtt"
password="${MQTT_PASSWORD}"
[ntfy]
topic = "${NTFY_TOPIC}"
[presence]
topic = "automation_dev/presence"