From 6c3ff76805cebf2ea5816c4ae33f71aea7fa08e7 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 18 十二月 2025 09:19:45 +0800
Subject: [PATCH] sql值维护
---
WebApi/Gs.HostIIS/appsettings.json | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/WebApi/Gs.HostIIS/appsettings.json b/WebApi/Gs.HostIIS/appsettings.json
index 1ff1c2b..83b139e 100644
--- a/WebApi/Gs.HostIIS/appsettings.json
+++ b/WebApi/Gs.HostIIS/appsettings.json
@@ -6,11 +6,12 @@
}
},
"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",
- "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",
+ "ConnectionStrings": "Data Source=172.100.1.114,12468;Initial Catalog=TEST_MES;User ID=sa;Password =FuDa@2025",
+ // "ConnectionStrings": "Data Source=172.16.2.238,12468;Initial Catalog=TEST_MES;User ID=sa;Password =FuDa@2025",
+
+ "TestErpUrl": "http://172.100.1.114:8082/",
+ "TestErpUrl2": "http://172.100.1.114:8082/",
+ "ProductionErpUrl": "http://172.100.1.114:8082/",
"ServicesPath": "Services",
"LogPath": "logs",
"UploadPath": "upload",
--
Gitblit v1.9.3