From b098809d073b2e0d4e46f6d95cbe6f5af30e3907 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 15:40:56 +0800
Subject: [PATCH] 修改连接IP地址
---
MESApplication/appsettings.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MESApplication/appsettings.json b/MESApplication/appsettings.json
index 93c2470..79df284 100644
--- a/MESApplication/appsettings.json
+++ b/MESApplication/appsettings.json
@@ -11,6 +11,6 @@
"TestErpUrl": "http://192.168.0.208:8066/WebService1.asmx/MesToErpinfoTest",
"ProductionErpUrl": "http://192.168.0.208:8066/WebService1.asmx/MesToErpinfoTest",
"DataBaseConn": "Data Source=172.100.1.114,12468;Initial Catalog=GS_MES;User ID=sa;Password =FuDa@2025;Encrypt=True;TrustServerCertificate=True;"
- //"DataBaseConn": "Data Source=192.168.1.146;Initial Catalog=TEST_MES;User ID=testUser;Password =testUser123;Encrypt=True;TrustServerCertificate=True;"
+ //"DataBaseConn": "Data Source=172.100.1.114,12468;Initial Catalog=TEST_MES;User ID=testUser;Password =testUser123;Encrypt=True;TrustServerCertificate=True;"
}
}
--
Gitblit v1.9.3