From e4274f079843a10bed2096b1f9dbe29970502543 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 03 十一月 2025 16:30:48 +0800
Subject: [PATCH] 改为使用本地IP、本地数据库
---
WebApi/Gs.HostIIS/appsettings.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/WebApi/Gs.HostIIS/appsettings.json b/WebApi/Gs.HostIIS/appsettings.json
index 1ff1c2b..99fb344 100644
--- a/WebApi/Gs.HostIIS/appsettings.json
+++ b/WebApi/Gs.HostIIS/appsettings.json
@@ -6,8 +6,8 @@
}
},
"AllowedHosts": "*",
- /*"ConnectionStrings": "Data Source=192.168.1.146,12468;Initial Catalog=TEST_MES;User ID=testUser;Password =qixi1qaz@WSXtest",*/
- "ConnectionStrings": "Data Source=192.168.1.146,12468;Initial Catalog=GS_MES;User ID=mesUser;Password =qixi1qaz@WSXmes",
+ /*"ConnectionStrings": "Data Source=192.168.112.6,12468;Initial Catalog=TEST_MES;User ID=sa;Password =FuDa@2025",*/
+ "ConnectionStrings": "Data Source=192.168.112.6,12468;Initial Catalog=GS_MES;User ID=sa;Password =FuDa@2025",
"TestErpUrl": "http://192.168.1.149:8066/WebService1.asmx/MesToErpinfoTest",
"TestErpUrl2": "http://192.168.1.149:8066/WebService1.asmx/MesToErpUpdateFlag",
"ProductionErpUrl": "http://192.168.1.149:8066/WebService1.asmx/mesToErpinfoFormal",
--
Gitblit v1.9.3