Compare commits

..

No commits in common. "cf509b4b6c2e872ec5b781087da54be72f0d1839" and "7a823a600d86296e9203f69d897d265e811d3cc7" have entirely different histories.

2 changed files with 11 additions and 10 deletions

@ -1 +1 @@
Subproject commit 6b0d99c96abf4811342b3263f43bb86bc9a6adec
Subproject commit b7556dedd67cafbceb4add8d3bb35b0c7154ee8d

View File

@ -34,17 +34,18 @@
"Pulsar": {
"ServiceUrl": "pulsar+ssl://iot-north-mq.heclouds.com:6651",
"WebUrl": "http://localhost:8080",
"Tenant": "public",
"Namespace": "default",
"PulsarAccessId": "1YMVZZkAkRArjxSD8457",
"PulsarSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79",
"PulsarSubscriptionCustomName": "sub",
"EnableFilter": true,
"EnableAuthorization": true,
"EnableIoTAuth": true,
"EnableTls": false,
"TlsCertificatePath": "",
"TlsPrivateKeyPath": "",
"ValidateServerCertificate": false,
"ConnectionTimeout": 30,
"OperationTimeout": 30,
"KeepAliveInterval": 30,
"TaskThreadCount": 4,
"NumPartitions": 30,
"TaskThreadCount": 1,
"IoTAccessId": "1YMVZZkAkRArjxSD8457",
"IoTSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79",
"IoTSubscriptionCustomName": "sub",
"IsSubscriber": true
},
"IoTDBOptions": {