MqttMongoNodejs/MqttMongoNodejs.conf
2018-05-14 15:24:51 +02:00

20 lines
438 B
Plaintext

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