Files
qnap-containers-famf/appdata/mqtt-exporter/conf.yaml
Marc Fokkert dc66deb991 Initial commit
2023-07-26 21:08:25 +02:00

9 lines
383 B
YAML

mqtt:
host: "192.168.2.125"
auth: # Optional If included, username_pw_set() is called with user/password
username: 'mqtt-exporter' # Required (when auth is present)
password: 'XKk6725HrTpPW5zkWy9f' # Optional
logging:
level: 'debug' # Optional default 'info'