Compare commits
No commits in common. "cf509b4b6c2e872ec5b781087da54be72f0d1839" and "7a823a600d86296e9203f69d897d265e811d3cc7" have entirely different histories.
cf509b4b6c
...
7a823a600d
@ -1 +1 @@
|
|||||||
Subproject commit 6b0d99c96abf4811342b3263f43bb86bc9a6adec
|
Subproject commit b7556dedd67cafbceb4add8d3bb35b0c7154ee8d
|
||||||
@ -34,17 +34,18 @@
|
|||||||
"Pulsar": {
|
"Pulsar": {
|
||||||
"ServiceUrl": "pulsar+ssl://iot-north-mq.heclouds.com:6651",
|
"ServiceUrl": "pulsar+ssl://iot-north-mq.heclouds.com:6651",
|
||||||
"WebUrl": "http://localhost:8080",
|
"WebUrl": "http://localhost:8080",
|
||||||
"Tenant": "public",
|
"EnableFilter": true,
|
||||||
"Namespace": "default",
|
"EnableAuthorization": true,
|
||||||
"PulsarAccessId": "1YMVZZkAkRArjxSD8457",
|
"EnableIoTAuth": true,
|
||||||
"PulsarSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79",
|
|
||||||
"PulsarSubscriptionCustomName": "sub",
|
|
||||||
"EnableTls": false,
|
"EnableTls": false,
|
||||||
|
"TlsCertificatePath": "",
|
||||||
|
"TlsPrivateKeyPath": "",
|
||||||
"ValidateServerCertificate": false,
|
"ValidateServerCertificate": false,
|
||||||
"ConnectionTimeout": 30,
|
"NumPartitions": 30,
|
||||||
"OperationTimeout": 30,
|
"TaskThreadCount": 1,
|
||||||
"KeepAliveInterval": 30,
|
"IoTAccessId": "1YMVZZkAkRArjxSD8457",
|
||||||
"TaskThreadCount": 4,
|
"IoTSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79",
|
||||||
|
"IoTSubscriptionCustomName": "sub",
|
||||||
"IsSubscriber": true
|
"IsSubscriber": true
|
||||||
},
|
},
|
||||||
"IoTDBOptions": {
|
"IoTDBOptions": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user