修改
This commit is contained in:
parent
c555eeb17d
commit
eb46001a1f
@ -34,9 +34,8 @@
|
|||||||
"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",
|
"TenantName": "1YMVZZkAkRArjxSD8457",
|
||||||
"Namespace": "default",
|
"Namespace": "default",
|
||||||
"PulsarAccessId": "1YMVZZkAkRArjxSD8457",
|
|
||||||
"PulsarSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79",
|
"PulsarSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79",
|
||||||
"PulsarSubscriptionCustomName": "sub",
|
"PulsarSubscriptionCustomName": "sub",
|
||||||
"EnableTls": false,
|
"EnableTls": false,
|
||||||
@ -44,8 +43,15 @@
|
|||||||
"ConnectionTimeout": 30,
|
"ConnectionTimeout": 30,
|
||||||
"OperationTimeout": 30,
|
"OperationTimeout": 30,
|
||||||
"KeepAliveInterval": 30,
|
"KeepAliveInterval": 30,
|
||||||
"TaskThreadCount": 4,
|
"TaskThreadCount": 1,
|
||||||
"IsSubscriber": true
|
"IsSubscriber": true,
|
||||||
|
"AdminToken": "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiJ9.BzPvlu1lulFJvKofOZSw0FNtGW_edXS4rU32e6lfTX6s4VOh3I-noPRkSdfdF5xE6zR3X_kz4NPuz4Vb5KVLfQ",
|
||||||
|
"EnableAutoCreation": true,
|
||||||
|
"DefaultPartitions": 1,
|
||||||
|
"DefaultBundles": 16,
|
||||||
|
"TopicMode": "Static",
|
||||||
|
"EnableTopicTypeFilter": true,
|
||||||
|
"AllowedTopicTypes": [ "Dynamic", "Static" ]
|
||||||
},
|
},
|
||||||
"IoTDBOptions": {
|
"IoTDBOptions": {
|
||||||
"UserName": "root",
|
"UserName": "root",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user