21 lines
953 B
JSON
Raw Normal View History

2025-05-27 14:27:50 +08:00
{
"ConnectionStrings": {
2025-05-29 16:31:41 +08:00
"Default": "Data Source=47.110.60.222;Port=13306;Database=JiSheIoTProDB;uid=root;pwd=JiShe!aqG#5kGgh&0;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true;"
2025-06-04 17:09:21 +08:00
},
"IoTDBOptions": {
"UserName": "root",
2025-06-17 14:25:46 +08:00
"Password": "Lixiao@1980",
2025-07-22 16:55:59 +08:00
"TreeModelClusterList": [ "47.110.53.196:6667", "47.110.60.222:6667", "47.110.62.104:6667" ],
"TableModelClusterList": [ "47.110.53.196:6667", "47.110.60.222:6667", "47.110.62.104:6667" ],
//"TreeModelClusterList": [ "192.168.111.37:6667" ],
//"TableModelClusterList": [ "192.168.111.37:6667" ],
2025-06-04 17:09:21 +08:00
"PoolSize": 32,
2025-07-23 11:47:23 +08:00
"DataBaseName": "jisheiotdata",
2025-06-04 17:09:21 +08:00
"OpenDebugMode": true,
"UseTableSessionPoolByDefault": false
2025-07-24 17:32:35 +08:00
},
"FreeRedisOptions": {
"ConnectionString": "47.110.53.196:6379,password=1q3J@BGf!yhTaD46nS#,abortConnect=false,connectTimeout=30000,allowAdmin=true,maxPoolSize=500,defaultdatabase=14",
"UseDistributedCache": true
2025-05-27 14:27:50 +08:00
}
}