From 73541efbf4eaefdbc50bb0b11e2e973f0dfc9346 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 19 Jun 2024 14:17:35 +0800 Subject: [PATCH] =?UTF-8?q?uat=20=E6=88=AA=E5=9B=BE=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/appsettings.Prod_IRC.json | 12 +++++++----- IRaCIS.Core.API/appsettings.Uat_IRC.json | 15 ++++++++++----- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/IRaCIS.Core.API/appsettings.Prod_IRC.json b/IRaCIS.Core.API/appsettings.Prod_IRC.json index abb0ca522..257d517e3 100644 --- a/IRaCIS.Core.API/appsettings.Prod_IRC.json +++ b/IRaCIS.Core.API/appsettings.Prod_IRC.json @@ -7,8 +7,8 @@ } }, "ConnectionStrings": { - //"RemoteNew": "Server=101.132.193.237,1434;Database=Prod_IRC;User ID=sa;Password=zhanying@2021;TrustServerCertificate=true", - //"Hangfire": "Server=101.132.193.237,1434;Database=Prod_IRC_Hangfire;User ID=sa;Password=zhanying@2021;TrustServerCertificate=true" + //"RemoteNew": "Server=101.132.193.237,1434;Database=Prod_IRC;User ID=sa;Password=zhanying@2021;TrustServerCertificate=true", + //"Hangfire": "Server=101.132.193.237,1434;Database=Prod_IRC_Hangfire;User ID=sa;Password=zhanying@2021;TrustServerCertificate=true" "RemoteNew": "Server=prod_mssql_standard,1433;Database=Prod_IRC;User ID=sa;Password=zhanying@2021;TrustServerCertificate=true", "Hangfire": "Server=prod_mssql_standard,1433;Database=Prod_IRC_Hangfire;User ID=sa;Password=zhanying@2021;TrustServerCertificate=true" }, @@ -36,14 +36,16 @@ "BasicSystemConfig": { "OpenUserComplexPassword": true, - "OpenSignDocumentBeforeWork": true, "OpenLoginLimit": true, "LoginMaxFailCount": 5, - "LoginFailLockMinutes": 30, - "AutoLoginOutMinutes": 60 + + "AutoLoginOutMinutes": 60, + + "OpenLoginMFA": false + }, "SystemEmailSendConfig": { diff --git a/IRaCIS.Core.API/appsettings.Uat_IRC.json b/IRaCIS.Core.API/appsettings.Uat_IRC.json index 95152f349..c4b925a17 100644 --- a/IRaCIS.Core.API/appsettings.Uat_IRC.json +++ b/IRaCIS.Core.API/appsettings.Uat_IRC.json @@ -27,12 +27,16 @@ "MinIO": { "endPoint": "hir-oss.uat.extimaging.com", - "port": "443", - "useSSL": true, + "port": "80", + "useSSL": false, + "viewEndpoint": "http://hir-oss.uat.extimaging.com/irc-uat", + //"port": "443", + //"useSSL": true, + //"viewEndpoint": "https://hir-oss.uat.extimaging.com/irc-uat", "accessKey": "b9Ul0e98xPzt6PwRXA1Q", "secretKey": "DzMaU2L4OXl90uytwOmDXF2encN0Jf4Nxu2XkYqQ", - "bucketName": "irc-uat", - "viewEndpoint": "https://hir-oss.uat.extimaging.com/irc-uat" + "bucketName": "irc-uat" + } }, @@ -46,7 +50,8 @@ "LoginMaxFailCount": 5, "LoginFailLockMinutes": 30, - "AutoLoginOutMinutes": 60 + "AutoLoginOutMinutes": 60, + "OpenLoginMFA": false }, "SystemEmailSendConfig": {