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": "",
"brokerCa": "",
"mongodbUrl": "mongodb://172.16.2.15/smarthome",
"verbose": true,
"instances": [
{
"instanceId": "logging",
"collection": "eventlog",
"topics": [ "homegear/#", "IoT/#", "dispatcher_ng/#" ],
"encapsulate": true,
"parsePayload": false
"parsePayload": false,
"verbose": false
},
{
"instanceId": "rain",
"collection": "rain",
"topics": [ "IoT/RainSensor1/#" ],
"encapsulate": true,
"parsePayload": true
"parsePayload": true,
"verbose": true
}
]
}