Environment variables can now be used directly inside the config instead of requiring special handling
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user