mqtt-archiver/config-test.json

17 lines
236 B
JSON
Raw Permalink Normal View History

2024-12-01 16:38:25 +01:00
{
"mqtt": {
"broker": "mqtt://172.23.1.102:1883",
"username": "archiver",
"tlsEnable": "true"
},
"includeTopics": [
"#"
],
"excludeTopics": [
"IoT/Watchdog",
"snmp",
"MainsCnt/#",
"cem/#"
]
}