mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 12:45:20 +03:00
23 lines
431 B
Bash
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=
|