From febcd0c73b51b17f484ff9a9a189b1f85130c2f7 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期二, 17 三月 2026 13:52:06 +0800
Subject: [PATCH] 更新自动门,新增切卷卷绕缓存架

---
 wcs-server-hbf/WIDESEA_WCSServer/appsettings.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wcs-server-hbf/WIDESEA_WCSServer/appsettings.json b/wcs-server-hbf/WIDESEA_WCSServer/appsettings.json
index ef6ef84..b4de9fa 100644
--- a/wcs-server-hbf/WIDESEA_WCSServer/appsettings.json
+++ b/wcs-server-hbf/WIDESEA_WCSServer/appsettings.json
@@ -15,7 +15,7 @@
   //P@ssw0rd
   "Connection": {
     "DBType": "MsSql",
-    "DbConnectionString": "Data Source=192.168.20.248;Initial Catalog=JMYW_WCSDB;Persist Security Info=True;User ID=sa1;Password=123456;Connect Timeout=500;",
+    "DbConnectionString": "Data Source=127.0.0.1;Initial Catalog=JMYW_WCSDB;Persist Security Info=True;User ID=sa;Password=123456;Connect Timeout=500;",
     "RedisConnectionString": "127.0.0.1,Password=123456,SyncTimeout=15000",
     "UseRedis": "false"
   },

--
Gitblit v1.9.3