17 lines
236 B
JSON
17 lines
236 B
JSON
|
{
|
||
|
"mqtt": {
|
||
|
"broker": "mqtt://172.23.1.102:1883",
|
||
|
"username": "archiver",
|
||
|
"tlsEnable": "true"
|
||
|
},
|
||
|
"includeTopics": [
|
||
|
"#"
|
||
|
],
|
||
|
"excludeTopics": [
|
||
|
"IoT/Watchdog",
|
||
|
"snmp",
|
||
|
"MainsCnt/#",
|
||
|
"cem/#"
|
||
|
]
|
||
|
}
|