MqttMongoNodejs/MqttMongoNodejs.conf

20 lines
438 B
Plaintext
Raw Normal View History

2018-05-14 14:48:43 +02:00
{
"brokerUrl": "mqtt://127.0.0.1:1883",
"brokerUser": "",
"brokerPass": "",
"brokerCa": "",
"mongoDbUrl": "mongodb://localhost/testdb",
"verbose": false,
"instances": [
{
"instanceId": "testInstance",
"collection": "testcollection",
"topics": [ "topic1", "topic2", "topic3" ],
"encapsulate": false,
"parsePayload": false
}
]
}