buzon/config/buzon.yaml

18 lines
337 B
YAML
Raw Permalink 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_default: default
#mqtt_topic_commits: default
#mqtt_topic_forks: default
#mqtt_topic_issues: default
2024-12-05 00:30:27 +00:00
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
...