config change
This commit is contained in:
parent
bf520d25b8
commit
ef430847dd
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user