From a22b7802b76b2394a2db80462d326b3c53fe9570 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 21 Nov 2025 09:36:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=82=AE=E4=BB=B6=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRC.Core.SCP/appsettings.Prod_HIR_SCP.json | 23 ++++----- IRaCIS.Core.API/appsettings.Prod_HIR.json | 57 ++++++++++++++-------- IRaCIS.Core.API/appsettings.Test_HIR.json | 4 ++ IRaCIS.Core.API/appsettings.Uat_HIR.json | 4 ++ 4 files changed, 58 insertions(+), 30 deletions(-) diff --git a/IRC.Core.SCP/appsettings.Prod_HIR_SCP.json b/IRC.Core.SCP/appsettings.Prod_HIR_SCP.json index 0aea46669..fc3406127 100644 --- a/IRC.Core.SCP/appsettings.Prod_HIR_SCP.json +++ b/IRC.Core.SCP/appsettings.Prod_HIR_SCP.json @@ -9,27 +9,28 @@ "ObjectStoreService": { "ObjectStoreUse": "MinIO", "MinIO": { - "EndPoint": "192.168.3.112", - "Port": "9000", + "EndPoint": "47.102.87.18", + "Port": "9001", "UseSSL": false, - "AccessKeyId": "Jnywl9aIw83yewZIJKod", - "SecretAccessKey": "N83bTzoJGkg4OLW8x54IZRwwSvdxcdYi9UZ2BYII", + "AccessKeyId": "fbStsVYCIPKHQneeqMwD", + "SecretAccessKey": "TzgvyA3zGXMUnpilJNUlyMYHfosl1hBMl6lxPmjy", "BucketName": "hir-images", - "ViewEndpoint": "http://192.168.3.112:9000/hir-images" + "ViewEndpoint": "http://47.102.87.18:9001/hir-images/" } }, "ConnectionStrings": { - "RemoteNew": "Server=192.168.3.114,1433;Database=Prod_HIR_Images;User ID=sa;Password=xc_123456;TrustServerCertificate=true", - "Hangfire": "Server=192.168.3.114,1433;Database=Prod_HIR_Hangfire;User ID=sa;Password=xc_123456;TrustServerCertificate=true" + "RemoteNew": "Server=mssql,1433;Database=HIR_Prod;User ID=sa;Password=xc_123456;TrustServerCertificate=true", + "Hangfire": "Server=mssql,1433;Database=HIR_Prod_Hangfire;User ID=sa;Password=xc_123456;TrustServerCertificate=true" }, "DicomSCPServiceConfig": { + "IsSupportThirdService": true, + "IsForwardImageMultiThread": true, + "MultiThreadCount": 10, "CalledAEList": [ - "STORESCP", "HIRAE", - "Value2", - "Value3" + "STORESCP" ], - "ServerPort": 11112 + "ServerPort": 11115 } } diff --git a/IRaCIS.Core.API/appsettings.Prod_HIR.json b/IRaCIS.Core.API/appsettings.Prod_HIR.json index f6f4c073d..689ed58a2 100644 --- a/IRaCIS.Core.API/appsettings.Prod_HIR.json +++ b/IRaCIS.Core.API/appsettings.Prod_HIR.json @@ -9,40 +9,59 @@ "ObjectStoreService": { "ObjectStoreUse": "MinIO", "MinIO": { - "EndPoint": "192.168.3.112", - "Port": "9080", + "EndPoint": "hir-oss.tres.extimaging.com", + "Port": "443", "UseSSL": true, - "AccessKeyId": "Jnywl9aIw83yewZIJKod", - "SecretAccessKey": "N83bTzoJGkg4OLW8x54IZRwwSvdxcdYi9UZ2BYII", + "AccessKeyId": "fbStsVYCIPKHQneeqMwD", + "SecretAccessKey": "TzgvyA3zGXMUnpilJNUlyMYHfosl1hBMl6lxPmjy", "BucketName": "hir-images", - "ViewEndpoint": "https://192.168.3.112:9080/hir-images" + "ViewEndpoint": "https://hir-oss.tres.extimaging.com/hir-images" } + }, "ConnectionStrings": { - "RemoteNew": "Server=192.168.3.114,1433;Database=Prod_HIR_Images;User ID=sa;Password=xc_123456;TrustServerCertificate=true", - "Hangfire": "Server=192.168.3.114,1433;Database=Prod_HIR_Hangfire;User ID=sa;Password=xc_123456;TrustServerCertificate=true" + "RemoteNew": "Server=mssql,1433;Database=HIR_Prod;User ID=sa;Password=xc_123456;TrustServerCertificate=true", + "Hangfire": "Server=mssql,1433;Database=HIR_Prod_Hangfire;User ID=sa;Password=xc_123456;TrustServerCertificate=true" }, "BasicSystemConfig": { "OpenUserComplexPassword": true, - "OpenSignDocumentBeforeWork": false, - "OpenTrialRelationDelete": false, - "OpenLoginLimit": true, + "OpenSignDocumentBeforeWork": true, + "OpenTrialRelationDelete": true, + "OpenLoginLimit": false, "LoginMaxFailCount": 5, "LoginFailLockMinutes": 30, "AutoLoginOutMinutes": 120, "AESKey": "HIR_System_AES_Key_Info", "CmoveIntervalMinutes": 1, - "CmoveInstanceIntervalMinutes": 1 + "CmoveInstanceIntervalMinutes": 1, + // 是否强制用户定期修改密码 + "IsNeedChangePassWord": true, + // 密码有效期(天),到期后必须修改 + "ChangePassWordDays": 1000, + "OpenImageShare": true }, + "SystemEmailSendConfig": { "Port": 465, "Host": "smtp.qiye.aliyun.com", - "FromEmail": "test-study@extimaging.com", - "FromName": "Test_HIR", - "AuthorizationCode": "zhanying123", - "SiteUrl": "http://hir.test.extimaging.com/login" + "FromEmail": "irc@extimaging.com", + "FromName": "HIR Imaging System", + "AuthorizationCode": "ExtImg@2022", + "SiteUrl": "https://bctop.tres.extimaging.com/login", + "CompanyName": "Extensive Imaging", + "CompanyNameCN": "上海展影医疗科技有限公司", + "CompanyShortName": "Extensive Imaging", + "CompanyShortNameCN": "展影医疗", + "EmailRegexStr": "^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$" + }, + "DicomSCPServiceConfig": { + "IsSupportThirdService": true, + "ThirdSearchPacsAE": "XCPACS", + "ThirdCallningAE": "LYAE", + "CalledAEList": [ + "HIRSCUAE", + "HIRSCPAE" + ], + "ServerPort": 11112 } -} - - - +} \ No newline at end of file diff --git a/IRaCIS.Core.API/appsettings.Test_HIR.json b/IRaCIS.Core.API/appsettings.Test_HIR.json index b4c0a4447..4ab8bf337 100644 --- a/IRaCIS.Core.API/appsettings.Test_HIR.json +++ b/IRaCIS.Core.API/appsettings.Test_HIR.json @@ -52,6 +52,10 @@ "FromName": "Test_HIR", "AuthorizationCode": "zhanying123", "SiteUrl": "http://hir.test.extimaging.com/login", + "CompanyName": "Extensive Imaging", + "CompanyNameCN": "上海展影医疗科技有限公司", + "CompanyShortName": "Extensive Imaging", + "CompanyShortNameCN": "展影医疗", "EmailRegexStr": "^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$" }, "DicomSCPServiceConfig": { diff --git a/IRaCIS.Core.API/appsettings.Uat_HIR.json b/IRaCIS.Core.API/appsettings.Uat_HIR.json index 87bd29ced..6d22b54c8 100644 --- a/IRaCIS.Core.API/appsettings.Uat_HIR.json +++ b/IRaCIS.Core.API/appsettings.Uat_HIR.json @@ -50,6 +50,10 @@ "FromName": "Test_HIR", "AuthorizationCode": "zhanying123", "SiteUrl": "http://hir.test.extimaging.com/login", + "CompanyName": "Extensive Imaging", + "CompanyNameCN": "上海展影医疗科技有限公司", + "CompanyShortName": "Extensive Imaging", + "CompanyShortNameCN": "展影医疗", "EmailRegexStr": "^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$" } } \ No newline at end of file