This commit is contained in:
ChenYi 2025-08-12 10:53:04 +08:00
parent c555eeb17d
commit eb46001a1f

View File

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