36 lines
945 B
Plaintext
36 lines
945 B
Plaintext
{
|
|
"brokerUrl": "mqtt://127.0.0.1:1883",
|
|
"brokerUser": "",
|
|
"brokerPass": "",
|
|
"brokerCa": "",
|
|
"mongodbUrl": "mongodb://172.16.3.15/smarthome",
|
|
"instances": [
|
|
{
|
|
"instanceId": "logging",
|
|
"collection": "eventlog",
|
|
"topics": [ "homegear/#", "IoT/#", "dispatcher_ng/#" ],
|
|
"encapsulate": true,
|
|
"parsePayload": false,
|
|
"verbose": false
|
|
},
|
|
{
|
|
"instanceId": "rain",
|
|
"collection": "rain",
|
|
"topics": [ "IoT/RainSensor1/#" ],
|
|
"encapsulate": true,
|
|
"parsePayload": true,
|
|
"verbose": false
|
|
},
|
|
{
|
|
"instanceId": "temperature",
|
|
"collection": "temperature",
|
|
"topics": [ "IoT/espThermometer2/measurement" ],
|
|
"encapsulate": true,
|
|
"parsePayload": true,
|
|
"verbose": false
|
|
}
|
|
]
|
|
}
|
|
|
|
|