verbose moved
This commit is contained in:
parent
0020b399a4
commit
fe862f5dc5
@ -4,14 +4,14 @@
|
||||
"brokerPass": "",
|
||||
"brokerCa": "",
|
||||
"mongodbUrl": "mongodb://localhost/smarthome",
|
||||
"verbose": true,
|
||||
"instances": [
|
||||
{
|
||||
"instanceId": "testInstance",
|
||||
"collection": "testcollection",
|
||||
"topics": [ "topic1", "topic2", "topic3" ],
|
||||
"encapsulate": true,
|
||||
"parsePayload": true
|
||||
"parsePayload": true,
|
||||
"verbose": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ config.dict.instances.forEach((v: any) => {
|
||||
brokerPass: config.dict.brokerPass,
|
||||
brokerCa: config.dict.brokerCa,
|
||||
mongodbUrl: config.dict.mongodbUrl,
|
||||
verbose: config.dict.verbose,
|
||||
verbose: v.verbose,
|
||||
instanceId: v.instanceId,
|
||||
collection: v.collection,
|
||||
topics: v.topics,
|
||||
|
Loading…
x
Reference in New Issue
Block a user