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": {