25 lines
413 B
JSON
25 lines
413 B
JSON
{
|
|
"mqtt": {
|
|
"broker": "mqtt://172.23.1.101:8883",
|
|
"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"
|
|
}
|
|
}
|