From 996acccd51e8fd31a26d92b012e34b6fbbcf2237 Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期四, 22 八月 2024 14:40:59 +0800
Subject: [PATCH] Merge branch 'master' into Liudl
---
Wms/Wms/appsettings.json | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/Wms/Wms/appsettings.json b/Wms/Wms/appsettings.json
index a1ef7d5..72dd5a9 100644
--- a/Wms/Wms/appsettings.json
+++ b/Wms/Wms/appsettings.json
@@ -11,6 +11,7 @@
//"ConnectionString": "Server=47.95.120.93;Database=WMS_JC09;User ID=sa;password=boxline!@#; Integrated Security=True;",
//"ConnectionString": "Server=47.95.120.53;Database=WMS_JC09;User ID=sa;Password=boxline!@#;Integrated Security=False;",
//"ConnectionString": "Server=192.168.62.106;Database=WMS_JC24;User ID=sa;Password=sql2019;Integrated Security=False;",
+ //"ConnectionString": "Server=192.168.62.200;Database=WMS_JC26;User ID=sa;Password=sql2019;Integrated Security=False;",
"ConnectionString": "Server=192.168.62.200;Database=WMS_JC26;User ID=sa;Password=sql2019;Integrated Security=False;"
//"ConnectionString": "Server=.;Database=WMS_JC09;User ID=sa;Password=sql2019;Integrated Security=False;"
//"ConnectionString": "Data Source=DESKTOP-0EJDG95\\MSSQLSERVER1;Initial Catalog=WMS_V01;Integrated Security=True;"
@@ -36,5 +37,18 @@
"EditLocateUrl": "/api/WCSApi/EditLocatStatus" //鍚屾淇敼鍌ㄤ綅淇℃伅
+ },
+ "SignConfig": {
+ "ERPAppKey": "90170307d4184844ac2a26b431f79980", //ERP楠岀
+ "MESAppKey": "90170307d4184844ac2a26b431f79981", //MES楠岀
+ "LIMSAppKey": "90170307d4184844ac2a26b431f79982", //LIMS楠岀
+ "FuMaAppKey": "90170307d4184844ac2a26b431f79983", //FuMa楠岀
+ "Minutes": 5 //楠岀鏃堕棿 5鍒嗛挓
+ },
+ "Quartz": {
+ "dbProviderName": "SqlServer",
+ "connectionString": "Server=.;Database=QRTZ;User ID=sa;Password=sql2019;Integrated Security=False;"
}
+
+
}
--
Gitblit v1.8.0