fix typo
This commit is contained in:
parent
0020b399a4
commit
0ddcd45618
@ -3,13 +3,13 @@
|
|||||||
"brokerUser": "",
|
"brokerUser": "",
|
||||||
"brokerPass": "",
|
"brokerPass": "",
|
||||||
"brokerCa": "",
|
"brokerCa": "",
|
||||||
"mongoDbUrl": "mongodb://172.16.2.15/smarthome",
|
"mongodbUrl": "mongodb://172.16.2.15/smarthome",
|
||||||
"verbose": true,
|
"verbose": true,
|
||||||
"instances": [
|
"instances": [
|
||||||
{
|
{
|
||||||
"instanceId": "logging",
|
"instanceId": "logging",
|
||||||
"collection": "eventlog",
|
"collection": "eventlog",
|
||||||
"topics": [ "homegear/#" ],
|
"topics": [ "homegear/#", "IoT/#", "dispatcher_ng/#" ],
|
||||||
"encapsulate": true,
|
"encapsulate": true,
|
||||||
"parsePayload": false
|
"parsePayload": false
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user