1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/main/mqtt-exec/mqtt-exec.confd
2022-07-30 19:46:42 +00:00

23 lines
431 B
Bash

# The MQTT broker to connect to
#mqtt_broker=msg.alpinelinux.org
# The topics to subscribe to. Separate topics by whitespace.
#mqtt_topics=
# Set the topic for the Will
#will_topic=
# Whether the Will should be retained or not
#will_retain=yes
# The message in the Will
#will_payload=
# QOS level for the Will
#will_qos=
# Optional username to authenticate as
#mqtt_user=
# Password for the user
#export MQTT_EXEC_PASSWORD=