JiShe.CollectBus/web/JiShe.CollectBus.Host/appsettings.Production.json

50 lines
1.9 KiB
JSON
Raw Normal View History

2025-04-27 11:04:31 +08:00
{
2025-04-27 15:53:33 +08:00
"ConnectionStrings": {
2025-06-06 15:38:08 +08:00
"Default": "",
2025-05-20 15:31:53 +08:00
"PrepayDB": "server=rm-m5el3d1u1k0wzk70n2o.sqlserver.rds.aliyuncs.com,3433;database=jishe.sysdb;uid=v3sa;pwd=JiShe123;Encrypt=False;Trust Server Certificate=False",
"EnergyDB": "server=rm-wz9hw529i3j1e3b5fbo.sqlserver.rds.aliyuncs.com,3433;database=db_energy;uid=yjdb;pwd=Kdjdhf+9*7ad222LL;Encrypt=False;Trust Server Certificate=False"
2025-04-27 15:53:33 +08:00
},
2025-06-06 14:15:31 +08:00
"FreeRedisOptions": {
2025-06-06 15:55:39 +08:00
"ConnectionString": "172.21.40.198:6379,password=1q3J@BGf!yhTaD46nS#,syncTimeout=30000,abortConnect=false,connectTimeout=30000,allowAdmin=true,maxPoolSize=50,defaultdatabase=14",
2025-06-06 14:15:31 +08:00
"UseDistributedCache": true
},
"FreeSqlProviderOptions": {
"UsePrepayDB": true,
"UseEnergyDB": true,
"PrintLog": true
2025-04-27 15:53:33 +08:00
},
"Kafka": {
2025-06-06 15:38:08 +08:00
"BootstrapServers": "172.21.40.198:9092,172.21.40.197:9092,172.21.40.199:9092",
2025-04-27 15:53:33 +08:00
"EnableFilter": true,
2025-06-06 14:15:31 +08:00
"EnableAuthorization": false,
2025-04-27 15:53:33 +08:00
"SaslUserName": "lixiao",
2025-06-06 14:15:31 +08:00
"SaslPassword": "lixiao1980",
2025-04-27 15:53:33 +08:00
"KafkaReplicationFactor": 3,
"NumPartitions": 30,
2025-06-06 14:15:31 +08:00
"TaskThreadCount": -1
2025-04-27 15:53:33 +08:00
},
"IoTDBOptions": {
"UserName": "root",
2025-06-06 14:15:31 +08:00
"Password": "Lixiao@1980",
2025-06-06 15:38:08 +08:00
"TreeModelClusterList": [ "172.21.40.198:6667", "172.21.40.197:6667", "172.21.40.199:6667" ],
"TableModelClusterList": [ "172.21.40.198:6667", "172.21.40.197:6667", "172.21.40.199:6667" ],
2025-06-06 14:15:31 +08:00
"PoolSize": 32,
"TableModelDataBaseName": "energy",
2025-04-27 15:53:33 +08:00
"OpenDebugMode": true,
"UseTableSessionPoolByDefault": false
},
2025-06-06 14:15:31 +08:00
"ServerApplicationOptions": {
"ServerTagName": "JiSheCollectBus77",
"SystemType": "Energy",
2025-06-09 11:21:35 +08:00
"FirstCollectionTime": "2025-06-06 15:07:00",
2025-06-06 14:15:31 +08:00
"AutomaticVerificationTime": "16:07:00",
"AutomaticTerminalVersionTime": "17:07:00",
"AutomaticTelematicsModuleTime": "17:30:00",
"AutomaticDayFreezeTime": "02:30:00",
"AutomaticMonthFreezeTime": "03:30:00",
"DefaultProtocolPlugin": "T37612012ProtocolPlugin"
2025-05-19 15:53:49 +08:00
},
"HealthChecks": {
"IsEnable": false
2025-04-27 11:04:31 +08:00
}
2025-04-27 16:24:51 +08:00
}