2018-05-14 14:48:43 +02:00
|
|
|
{
|
|
|
|
"brokerUrl": "mqtt://127.0.0.1:1883",
|
|
|
|
"brokerUser": "",
|
|
|
|
"brokerPass": "",
|
|
|
|
"brokerCa": "",
|
2018-05-14 15:24:51 +02:00
|
|
|
"mongodbUrl": "mongodb://localhost/smarthome",
|
2018-05-14 14:48:43 +02:00
|
|
|
"instances": [
|
|
|
|
{
|
|
|
|
"instanceId": "testInstance",
|
|
|
|
"collection": "testcollection",
|
|
|
|
"topics": [ "topic1", "topic2", "topic3" ],
|
2018-05-14 15:24:51 +02:00
|
|
|
"encapsulate": true,
|
2018-05-14 15:31:22 +02:00
|
|
|
"parsePayload": true,
|
|
|
|
"verbose": true
|
2018-05-14 14:48:43 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
|