config change

This commit is contained in:
Wolfgang Hottgenroth 2018-06-03 21:52:32 +02:00
parent bf520d25b8
commit ef430847dd

View File

@ -3,7 +3,7 @@
"brokerUser": "", "brokerUser": "",
"brokerPass": "", "brokerPass": "",
"brokerCa": "", "brokerCa": "",
"mongodbUrl": "mongodb://172.16.2.15/smarthome", "mongodbUrl": "mongodb://172.16.3.15/smarthome",
"instances": [ "instances": [
{ {
"instanceId": "logging", "instanceId": "logging",
@ -20,6 +20,14 @@
"encapsulate": true, "encapsulate": true,
"parsePayload": true, "parsePayload": true,
"verbose": false "verbose": false
},
{
"instanceId": "temperature",
"collection": "temperature",
"topics": [ "IoT/espThermometer2/measurement" ],
"encapsulate": true,
"parsePayload": true,
"verbose": false
} }
] ]
} }