Files
mqtt-archiver/deployment/config.json
Wolfgang Hottgenroth 06b217a990
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix config
2026-01-12 22:47:22 +01:00

22 lines
417 B
JSON

{
"mqtt": {
"broker": "mqtt://emqx01-anonymous-cluster-internal.broker.svc.cluster.local:1883",
"username": "archiver",
"tlsEnable": "false"
},
"includeTopics": [
"#"
],
"excludeTopics": [
"IoT/Watchdog"
],
"syslog": {
"enable": "true",
"network": "udp",
"server": "172.20.0.10:514",
"facility": "local0",
"severity": "info",
"tag": "mqtt-archiver"
}
}