Initial commit
This commit is contained in:
8
appdata/mqtt-exporter/conf.yaml
Normal file
8
appdata/mqtt-exporter/conf.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user