Merge branch 'master' of gitlab.com:wolutator/MqttMongoNodejs

This commit is contained in:
Wolfgang Hottgenroth 2018-05-14 15:25:06 +02:00
commit 0020b399a4
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

26
MqttMongoNodejs-Prod.conf Normal file
View File

@ -0,0 +1,26 @@
{
"brokerUrl": "mqtt://127.0.0.1:1883",
"brokerUser": "",
"brokerPass": "",
"brokerCa": "",
"mongoDbUrl": "mongodb://172.16.2.15/smarthome",
"verbose": true,
"instances": [
{
"instanceId": "logging",
"collection": "eventlog",
"topics": [ "homegear/#" ],
"encapsulate": true,
"parsePayload": false
},
{
"instanceId": "rain",
"collection": "rain",
"topics": [ "IoT/RainSensor1/#" ],
"encapsulate": true,
"parsePayload": true
}
]
}