From 6861434f1445d1685b67a24897890c34f8c54f85 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期三, 08 四月 2026 17:22:26 +0800
Subject: [PATCH] WCS&WMS代码更新

---
 代码管理/WCS/WCSServers/WIDESEAWCS_Server/appsettings.json |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/appsettings.json" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/appsettings.json"
index f402d9d..bfc3032 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/appsettings.json"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/appsettings.json"
@@ -17,8 +17,7 @@
   //5.PostgreSQL
   "DBType": "SqlServer",
   //杩炴帴瀛楃涓�
-  "ConnectionString": "Data Source=.;Initial Catalog=WIDESEAWCS_ShanMei;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
+  "ConnectionString": "Data Source=.;Initial Catalog=WCS_FengLv;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
   //璺ㄥ煙
   "Cors": {
     "PolicyName": "CorsIpAccess", //绛栫暐鍚嶇О
@@ -38,17 +37,17 @@
   "ApiName": "WIDESEAWCS",
   "ExpMinutes": 120,
   "QuartzJobAutoStart": true,
-  "DBSeedEnable": false,
+  "DBSeedEnable": true,
   "QuartzDBSeedEnable": true,
   "LogDeubgEnable": false, //鏄惁璁板綍璋冭瘯鏃ュ織
-  "PrintSql": true, //鎵撳嵃SQL璇彞
+  "PrintSql": false, //鎵撳嵃SQL璇彞
   "LogAOPEnable": true, //鏄惁璁板綍AOP鏃ュ織
-  "WebSocketEnable": true, //鏄惁寮�鍚疻ebSocket鏈嶅姟
-  "WebSocketPort": 9296, //WebSocket鏈嶅姟绔彛
+  "WebSocketEnable": false, //鏄惁寮�鍚疻ebSocket鏈嶅姟
+  "WebSocketPort": 9260, //WebSocket鏈嶅姟绔彛
   "SocketServer": {
     "Enabled": true,
-    "Port": 2000,
-    "IpAddress": "0.0.0.0",
+    "Port": 9298,
+    "IpAddress": "192.168.0.237",
     "Backlog": 100,
     "EncodingName": "utf-8",
     "AutoDetectEncoding": true,

--
Gitblit v1.9.3