Files
mqtt-archiver/config-test.json

25 lines
413 B
JSON

{
"mqtt": {
"broker": "mqtt://172.23.1.102:1883",
"username": "archiver",
"tlsEnable": "true"
},
"includeTopics": [
"#"
],
"excludeTopics": [
"IoT/Watchdog",
"snmp",
"MainsCnt/#",
"cem/#"
],
"syslog": {
"enable": "true",
"network": "udp",
"server": "172.20.0.10:514",
"facility": "local0",
"severity": "info",
"tag": "mqtt-archiver"
}
}