diff --git a/config_example/config.j2 b/config_example/config.j2 index d4d1194..8915995 100644 --- a/config_example/config.j2 +++ b/config_example/config.j2 @@ -3,10 +3,10 @@ import os import report -MQTT_SERVER = "" -MQTT_USER = "" -MQTT_PASS = "" -MQTT_TOPIC = "" +MQTT_SERVER = "{{ audio_mpd_hostname }}" +MQTT_USER = "{{ audio_mpd_username }}" +MQTT_PASS = "{{ audio_mpd_password }}" +MQTT_TOPIC = "{{ audio_mpd_topic }}" # # Logging