adjust config

This commit is contained in:
Wolfgang Hottgenroth 2018-05-14 16:34:32 +02:00
parent 72f8e28158
commit 87f47a62dc

View File

@ -4,21 +4,22 @@
"brokerPass": "", "brokerPass": "",
"brokerCa": "", "brokerCa": "",
"mongodbUrl": "mongodb://172.16.2.15/smarthome", "mongodbUrl": "mongodb://172.16.2.15/smarthome",
"verbose": true,
"instances": [ "instances": [
{ {
"instanceId": "logging", "instanceId": "logging",
"collection": "eventlog", "collection": "eventlog",
"topics": [ "homegear/#", "IoT/#", "dispatcher_ng/#" ], "topics": [ "homegear/#", "IoT/#", "dispatcher_ng/#" ],
"encapsulate": true, "encapsulate": true,
"parsePayload": false "parsePayload": false,
"verbose": false
}, },
{ {
"instanceId": "rain", "instanceId": "rain",
"collection": "rain", "collection": "rain",
"topics": [ "IoT/RainSensor1/#" ], "topics": [ "IoT/RainSensor1/#" ],
"encapsulate": true, "encapsulate": true,
"parsePayload": true "parsePayload": true,
"verbose": true
} }
] ]
} }