Compare commits

..

No commits in common. "826736f4bfe323da6c0110c1dc652052a1c25551" and "c555eeb17daf33588c0073e9f076ce5b1d31589c" have entirely different histories.

2 changed files with 7 additions and 15 deletions

@ -1 +1 @@
Subproject commit b6d46ee73a2c014267202386aaadc353d5df7a0f Subproject commit 54cd01ce0b19212282cc409bfbf7fe8ddb183670

View File

@ -32,10 +32,11 @@
"TaskThreadCount": -1 "TaskThreadCount": -1
}, },
"Pulsar": { "Pulsar": {
"ServiceUrl": "pulsar://192.168.56.101:6650", "ServiceUrl": "pulsar+ssl://iot-north-mq.heclouds.com:6651",
"WebUrl": "http://192.168.56.101:8080", "WebUrl": "http://localhost:8080",
"TenantName": "1YMVZZkAkRArjxSD8457", "Tenant": "public",
"Namespace": "default", "Namespace": "default",
"PulsarAccessId": "1YMVZZkAkRArjxSD8457",
"PulsarSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79", "PulsarSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79",
"PulsarSubscriptionCustomName": "sub", "PulsarSubscriptionCustomName": "sub",
"EnableTls": false, "EnableTls": false,
@ -43,17 +44,8 @@
"ConnectionTimeout": 30, "ConnectionTimeout": 30,
"OperationTimeout": 30, "OperationTimeout": 30,
"KeepAliveInterval": 30, "KeepAliveInterval": 30,
"TaskThreadCount": 1, "TaskThreadCount": 4,
"IsSubscriber": true, "IsSubscriber": true
"AdminToken": "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiJ9.BzPvlu1lulFJvKofOZSw0FNtGW_edXS4rU32e6lfTX6s4VOh3I-noPRkSdfdF5xE6zR3X_kz4NPuz4Vb5KVLfQ",
"EnableAutoCreation": true,
"DefaultPartitions": 16,
"DefaultBundles": 16,
"TopicMode": "Static",
"EnableTopicTypeFilter": true,
"AllowedTopicTypes": [ "Dynamic", "Static" ],
"AllowedClusters": [ "pulsar-cluster-1" ],
"AdminRoles": [ "admin" ]
}, },
"IoTDBOptions": { "IoTDBOptions": {
"UserName": "root", "UserName": "root",