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