adjust config
This commit is contained in:
parent
72f8e28158
commit
87f47a62dc
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user