diff --git a/web/JiShe.CollectBus.Host/appsettings.json b/web/JiShe.CollectBus.Host/appsettings.json index e150cbe..a3ed9de 100644 --- a/web/JiShe.CollectBus.Host/appsettings.json +++ b/web/JiShe.CollectBus.Host/appsettings.json @@ -44,7 +44,7 @@ "Configuration": "192.168.1.9:6380,password=1q2w3e!@#,syncTimeout=30000,abortConnect=false,connectTimeout=30000,allowAdmin=true", "MaxPoolSize": "50", "DefaultDB": "14", - "HangfireDB": "9" + "HangfireDB": "13" }, "Jwt": { "Audience": "JiShe.CollectBus", @@ -53,7 +53,7 @@ "ExpirationTime": 2 }, "HealthChecks": { - "IsEnable": false, + "IsEnable": true, "HealthCheckDatabaseName": "HealthChecks", "EvaluationTimeInSeconds": 10, "MinimumSecondsBetweenFailureNotifications": 60 @@ -141,7 +141,7 @@ } }, "ServerApplicationOptions": { - "ServerTagName": "JiSheCollectBus6", + "ServerTagName": "JiSheCollectBus999", "SystemType": "Energy", "FirstCollectionTime": "2025-04-28 15:07:00", "AutomaticVerificationTime": "16:07:00", @@ -151,5 +151,8 @@ "AutomaticMonthFreezeTime": "03:30:00", "DefaultProtocolPlugin": "T37612012ProtocolPlugin" }, - "PlugInFolder": "" + "PlugInFolder": "", + "TCP": { + "ClientPort": 10502 + } } \ No newline at end of file