buzon/config/buzon.yaml

16 lines
281 B
YAML
Raw Normal View History

2024-12-05 00:30:27 +00:00
---
2024-12-20 04:11:39 +00:00
# Set the configuration items below.
mqtt_host: mq.example.com
2024-12-05 00:30:27 +00:00
mqtt_port: 1883
mqtt_user: buzon
mqtt_password: buzon
mqtt_topic_commits: commits
mqtt_topic_default: default
mqtt_qos: 2
loglevel: INFO
2024-12-20 04:11:39 +00:00
# When your configuration is ready, change "test" to "prod"
2024-12-05 00:30:27 +00:00
mode: test
...