MqttMongoNodejs/MqttMongoNodejs-Prod.conf
Wolfgang Hottgenroth ef430847dd config change
2018-06-03 21:52:32 +02:00

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
}
]
}