MqttMongoNodejs/MqttMongoNodejs.conf

20 lines
446 B
Plaintext

{
"brokerUrl": "mqtt://127.0.0.1:1883",
"brokerUser": "",
"brokerPass": "",
"brokerCa": "",
"mongodbUrl": "mongodb://localhost/smarthome",
"instances": [
{
"instanceId": "testInstance",
"collection": "testcollection",
"topics": [ "topic1", "topic2", "topic3" ],
"encapsulate": true,
"parsePayload": true,
"verbose": true
}
]
}