Files
mqtt-archiver/deployment/config.json

25 lines
463 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/#"
],
"syslog": {
"enable": "false",
"network": "udp",
"server": "syslog-server:514",
"facility": "local0",
"severity": "info",
"tag": "mqtt-archiver"
}
}