buzon/config/buzon.yaml

16 lines
281 B
YAML

---
# Set the configuration items below.
mqtt_host: mq.example.com
mqtt_port: 1883
mqtt_user: buzon
mqtt_password: buzon
mqtt_topic_commits: commits
mqtt_topic_default: default
mqtt_qos: 2
loglevel: INFO
# When your configuration is ready, change "test" to "prod"
mode: test
...