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