From 008a909f5b6ca521b1831fedab133d1a2ad14479 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 28 Mar 2025 14:17:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BB=9F=E8=AE=A1=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.TJ_Prod_HIR_SCP.json | 35 +++++++++++ IRaCIS.Core.API/appsettings.TJ_Prod_HIR.json | 62 +++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 IRC.Core.SCP/appsettings.TJ_Prod_HIR_SCP.json create mode 100644 IRaCIS.Core.API/appsettings.TJ_Prod_HIR.json diff --git a/IRC.Core.SCP/appsettings.TJ_Prod_HIR_SCP.json b/IRC.Core.SCP/appsettings.TJ_Prod_HIR_SCP.json new file mode 100644 index 000000000..fd8430485 --- /dev/null +++ b/IRC.Core.SCP/appsettings.TJ_Prod_HIR_SCP.json @@ -0,0 +1,35 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "ObjectStoreService": { + "ObjectStoreUse": "MinIO", + "MinIO": { + "EndPoint": "192.168.40.99", + "Port": "9000", + "UseSSL": false, + "AccessKeyId": "Jnywl9aIw83yewZIJKod", + "SecretAccessKey": "N83bTzoJGkg4OLW8x54IZRwwSvdxcdYi9UZ2BYII", + "BucketName": "tj-hir", + "ViewEndpoint": "http://192.168.40.99:9000/tj-hir" + } + }, + + "ConnectionStrings": { + "RemoteNew": "Server=192.168.40.98,1433;Database=TJ_Prod_HIR;User ID=sa;Password=xc_123456;TrustServerCertificate=true", + "Hangfire": "Server=192.168.40.98,1433;Database=TJ_Prod_HIR_Hangfire;User ID=sa;Password=xc_123456;TrustServerCertificate=true" + }, + "DicomSCPServiceConfig": { + "CalledAEList": [ + "STORESCP", + "HIRAE", + "Value2", + "Value3" + ], + "ServerPort": 11112 + } +} diff --git a/IRaCIS.Core.API/appsettings.TJ_Prod_HIR.json b/IRaCIS.Core.API/appsettings.TJ_Prod_HIR.json new file mode 100644 index 000000000..17bdaa923 --- /dev/null +++ b/IRaCIS.Core.API/appsettings.TJ_Prod_HIR.json @@ -0,0 +1,62 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "ObjectStoreService": { + "ObjectStoreUse": "MinIO", + "MinIO": { + "EndPoint": "192.168.40.99", + "Port": "9000", + "UseSSL": false, + "AccessKeyId": "Jnywl9aIw83yewZIJKod", + "SecretAccessKey": "N83bTzoJGkg4OLW8x54IZRwwSvdxcdYi9UZ2BYII", + "BucketName": "tj-hir", + "ViewEndpoint": "http://192.168.40.99:9000/tj-hir" + } + + }, + "ConnectionStrings": { + "RemoteNew": "Server=192.168.40.98,1433;Database=TJ_Prod_HIR;User ID=sa;Password=xc_123456;TrustServerCertificate=true", + "Hangfire": "Server=192.168.40.98,1433;Database=TJ_Prod_HIR_Hangfire;User ID=sa;Password=xc_123456;TrustServerCertificate=true" + }, + "BasicSystemConfig": { + "OpenUserComplexPassword": true, + "OpenSignDocumentBeforeWork": false, + "OpenTrialRelationDelete": false, + "OpenLoginLimit": true, + "LoginMaxFailCount": 5, + "LoginFailLockMinutes": 30, + "AutoLoginOutMinutes": 120, + "AESKey": "HIR_System_AES_Key_Info", + "CmoveIntervalMinutes": 1, + "CmoveInstanceIntervalMinutes": 1 + }, + "SystemHospitalConfig": { + "HospitalCode": "EI", + "HospitalLogoPath": "/System/GeneralDocuments/1716453306898_图片2.png", + "TrialKeepCount": 60, + "HospitalName": "上海展影医疗科技有限公司", + "HospitalAliasName": "展影医疗", + "Country": "中国", + "City": "上海", + "Province": "上海", + "Address": "上海市杨浦区国泰路复旦科技园", + "Phone": "021-60702575", + "IsCanConnectInternet": false + }, + "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" + } +} + + +