From 25be56b0dbeee7543c88c2bbc4192578ee94f27e Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 09 三月 2026 09:34:57 +0800
Subject: [PATCH] docs: 更新设计文档实施状态
---
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
index da6c29a..eac3875 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
@@ -30,5 +30,13 @@
"ExpMinutes": 120,
"DBSeedEnable": false,
"PDAVersion": "4",
- "WebSocketPort": 9296
+ "WebSocketPort": 9296,
+ "AutoOutboundTask": {
+ "Enable": true,
+ "CheckIntervalSeconds": 300,
+ "TargetAddresses": {
+ "GW": ["10081"],
+ "CW": ["10080"]
+ }
+ }
}
--
Gitblit v1.9.3