57 lines
2.4 KiB
JSON
57 lines
2.4 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
"Default": "Data Source=192.168.111.174;Port=13306;Database=JiSheIoTProDB;uid=root;pwd=JiShe!aqG#5kGgh&0;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true;TreatTinyAsBoolean=false;SslMode=None;Pooling=true;"
|
|
},
|
|
"IoTDBOptions": {
|
|
"UserName": "root",
|
|
"Password": "Lixiao@1980",
|
|
//"TreeModelClusterList": [ "192.168.111.174:6667", "47.110.60.222:6667", "47.110.62.104:6667" ],
|
|
//"TableModelClusterList": [ "192.168.111.174:6667", "47.110.60.222:6667", "47.110.62.104:6667" ],
|
|
"TreeModelClusterList": [ "192.168.111.174:30710" ],
|
|
"TableModelClusterList": [ "192.168.111.174:30710" ],
|
|
"PoolSize": 32,
|
|
"DataBaseName": "jisheiotdata",
|
|
"OpenDebugMode": false,
|
|
"UseTableSessionPoolByDefault": false
|
|
},
|
|
"FreeRedisOptions": {
|
|
"ConnectionString": "192.168.111.42:30712,password=1q3J@BGf!yhTaD46nS#,abortConnect=false,connectTimeout=30000,allowAdmin=true,maxPoolSize=500,defaultdatabase=14",
|
|
"UseDistributedCache": true
|
|
},
|
|
"ServerApplicationOptions": {
|
|
"ServerTagName": "JiSheCollectBus10",
|
|
"FirstCollectionTime": "2025-04-28 15:07:00",
|
|
"AutomaticVerificationTime": "16:07:00",
|
|
"AutomaticTerminalVersionTime": "17:07:00",
|
|
"AutomaticTelematicsModuleTime": "17:30:00",
|
|
"AutomaticDayFreezeTime": "02:30:00",
|
|
"AutomaticMonthFreezeTime": "03:30:00",
|
|
"DefaultProtocolPlugin": "T37612012ProtocolPlugin",
|
|
"VerifySignatureToken": "SIcPQnpMgaFDmNlIjNmzq5smshz7cKrh",
|
|
"DistributedMessage": 2
|
|
},
|
|
"Pulsar": {
|
|
"ServiceUrl": "pulsar://47.110.60.222:9093",
|
|
"WebUrl": "http://47.110.60.222:9094",
|
|
"UserName": "admin",
|
|
"TenantName": "1YMVZZkAkRArjxSD8457",
|
|
"Namespace": "OneNET",
|
|
"PulsarSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79",
|
|
"PulsarSubscriptionCustomName": "sub",
|
|
"EnableTls": false,
|
|
"ValidateServerCertificate": false,
|
|
"ConnectionTimeout": 30,
|
|
"OperationTimeout": 30,
|
|
"KeepAliveInterval": 30,
|
|
"TaskThreadCount": 1,
|
|
"IsSubscriber": true,
|
|
"DefaultPartitions": 16,
|
|
"DefaultBundles": 16,
|
|
"EnableAutoCreation": true, //开启自动创建Topic
|
|
"TopicMode": "Static", //Dynamic 主题模式
|
|
"EnableTopicTypeFilter": true, //允许Topic类型过滤
|
|
"AllowedTopicTypes": [ "Static" ], //允许的Topic类型
|
|
"AllowedClusters": [ "pulsar-cluster-1" ], //允许的集群
|
|
"AdminRoles": [ "admin" ]
|
|
}
|
|
} |