Files
mqtt-archiver/deployment/config.json
Wolfgang Hottgenroth ecceb5baa3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
mqtt cred
2024-12-02 10:19:58 +01:00

17 lines
283 B
JSON

{
"mqtt": {
"broker": "mqtt://emqx01-anonymous-cluster-internal.broker.svc.cluster.local:1883",
"username": "archiver",
"tlsEnable": "false"
},
"includeTopics": [
"#"
],
"excludeTopics": [
"IoT/Watchdog",
"snmp",
"MainsCnt/#",
"cem/#"
]
}