MqttMongoNodejs/MqttMongoNodejs-Prod.conf
Wolfgang Hottgenroth bf520d25b8 service file
2018-05-16 10:39:12 +02:00

28 lines
684 B
Plaintext

{
"brokerUrl": "mqtt://127.0.0.1:1883",
"brokerUser": "",
"brokerPass": "",
"brokerCa": "",
"mongodbUrl": "mongodb://172.16.2.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
}
]
}