production config

This commit is contained in:
Wolfgang Hottgenroth 2018-05-14 15:23:00 +02:00
parent d14b83f3ef
commit 4ea430a62e

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