adjust config
This commit is contained in:
parent
72f8e28158
commit
87f47a62dc
@ -4,21 +4,22 @@
|
|||||||
"brokerPass": "",
|
"brokerPass": "",
|
||||||
"brokerCa": "",
|
"brokerCa": "",
|
||||||
"mongodbUrl": "mongodb://172.16.2.15/smarthome",
|
"mongodbUrl": "mongodb://172.16.2.15/smarthome",
|
||||||
"verbose": true,
|
|
||||||
"instances": [
|
"instances": [
|
||||||
{
|
{
|
||||||
"instanceId": "logging",
|
"instanceId": "logging",
|
||||||
"collection": "eventlog",
|
"collection": "eventlog",
|
||||||
"topics": [ "homegear/#", "IoT/#", "dispatcher_ng/#" ],
|
"topics": [ "homegear/#", "IoT/#", "dispatcher_ng/#" ],
|
||||||
"encapsulate": true,
|
"encapsulate": true,
|
||||||
"parsePayload": false
|
"parsePayload": false,
|
||||||
|
"verbose": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"instanceId": "rain",
|
"instanceId": "rain",
|
||||||
"collection": "rain",
|
"collection": "rain",
|
||||||
"topics": [ "IoT/RainSensor1/#" ],
|
"topics": [ "IoT/RainSensor1/#" ],
|
||||||
"encapsulate": true,
|
"encapsulate": true,
|
||||||
"parsePayload": true
|
"parsePayload": true,
|
||||||
|
"verbose": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user