production config
This commit is contained in:
parent
d14b83f3ef
commit
4ea430a62e
26
MqttMongoNodejs-Prod.conf
Normal file
26
MqttMongoNodejs-Prod.conf
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user