From 521a4ad3f004b060b420fa6b14294dc9e3b03eb5 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 20 Nov 2024 16:25:10 +0800 Subject: [PATCH] =?UTF-8?q?HIR=5FUAT=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRC.Core.SCP/Program.cs | 1 - IRC.Core.SCP/appsettings.Prod_IRC_SCP.json | 37 ------- IRC.Core.SCP/appsettings.Test_HIR_SCP.json | 24 ----- IRC.Core.SCP/appsettings.US_Prod_SCP.json | 34 ------ IRC.Core.SCP/appsettings.US_Uat_SCP.json | 34 ------ IRC.Core.SCP/appsettings.Uat_HIR_SCP.json | 37 +++++++ IRC.Core.SCP/appsettings.Uat_IRC_SCP.json | 35 ------ IRaCIS.Core.API/appsettings.Event_IRC.json | 72 ------------- IRaCIS.Core.API/appsettings.Prod_IRC.json | 82 -------------- .../appsettings.Test_IRC_PGSQL.json | 95 ----------------- IRaCIS.Core.API/appsettings.US_Prod_IRC.json | 87 --------------- IRaCIS.Core.API/appsettings.US_Test_IRC.json | 95 ----------------- IRaCIS.Core.API/appsettings.US_Uat_IRC.json | 99 ----------------- IRaCIS.Core.API/appsettings.Uat_HIR.json | 59 +++++++++++ IRaCIS.Core.API/appsettings.Uat_IRC.json | 100 ------------------ 15 files changed, 96 insertions(+), 795 deletions(-) delete mode 100644 IRC.Core.SCP/appsettings.Prod_IRC_SCP.json delete mode 100644 IRC.Core.SCP/appsettings.US_Prod_SCP.json delete mode 100644 IRC.Core.SCP/appsettings.US_Uat_SCP.json create mode 100644 IRC.Core.SCP/appsettings.Uat_HIR_SCP.json delete mode 100644 IRC.Core.SCP/appsettings.Uat_IRC_SCP.json delete mode 100644 IRaCIS.Core.API/appsettings.Event_IRC.json delete mode 100644 IRaCIS.Core.API/appsettings.Prod_IRC.json delete mode 100644 IRaCIS.Core.API/appsettings.Test_IRC_PGSQL.json delete mode 100644 IRaCIS.Core.API/appsettings.US_Prod_IRC.json delete mode 100644 IRaCIS.Core.API/appsettings.US_Test_IRC.json delete mode 100644 IRaCIS.Core.API/appsettings.US_Uat_IRC.json create mode 100644 IRaCIS.Core.API/appsettings.Uat_HIR.json delete mode 100644 IRaCIS.Core.API/appsettings.Uat_IRC.json diff --git a/IRC.Core.SCP/Program.cs b/IRC.Core.SCP/Program.cs index 39a3ddfca..e550314dd 100644 --- a/IRC.Core.SCP/Program.cs +++ b/IRC.Core.SCP/Program.cs @@ -82,7 +82,6 @@ builder.Services.AddControllers(options => .AddNewtonsoftJsonSetup(builder.Services); // NewtonsoftJson 序列化 处理 -builder.Services.AddOptions().Configure(_configuration.GetSection("AliyunOSS")); builder.Services.AddOptions().Configure(_configuration.GetSection("ObjectStoreService")); builder.Services.AddOptions().Configure(_configuration.GetSection("DicomSCPServiceConfig")); diff --git a/IRC.Core.SCP/appsettings.Prod_IRC_SCP.json b/IRC.Core.SCP/appsettings.Prod_IRC_SCP.json deleted file mode 100644 index 9d7cf60ac..000000000 --- a/IRC.Core.SCP/appsettings.Prod_IRC_SCP.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "ObjectStoreService": { - "ObjectStoreUse": "AliyunOSS", - "AliyunOSS": { - "RegionId": "cn-shanghai", - "InternalEndpoint": "https://oss-cn-shanghai-internal.aliyuncs.com", - "EndPoint": "https://oss-cn-shanghai.aliyuncs.com", - "AccessKeyId": "LTAI5tNRTsqL6aWmHkDmTwoH", - "AccessKeySecret": "7mtGz3qrYWI6JMMBZiLeC119VWicZH", - "RoleArn": "acs:ram::1899121822495495:role/irc-oss-access", - "BucketName": "zy-irc-store", - "ViewEndpoint": "https://zy-irc-cache.oss-cn-shanghai.aliyuncs.com", - "Region": "oss-cn-shanghai", - "DurationSeconds": 7200 - } - }, - - "ConnectionStrings": { - "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" - }, - - "DicomSCPServiceConfig": { - "CalledAEList": [ - "STORESCP" - ], - "ServerPort": 11112 - } - -} diff --git a/IRC.Core.SCP/appsettings.Test_HIR_SCP.json b/IRC.Core.SCP/appsettings.Test_HIR_SCP.json index af5c8be23..787c22596 100644 --- a/IRC.Core.SCP/appsettings.Test_HIR_SCP.json +++ b/IRC.Core.SCP/appsettings.Test_HIR_SCP.json @@ -23,30 +23,6 @@ "RemoteNew": "Server=106.14.89.110,1435;Database=Test_HIR_New;User ID=sa;Password=xc@123456;TrustServerCertificate=true", "Hangfire": "Server=106.14.89.110,1435;Database=Test_HIR_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" }, - "BasicSystemConfig": { - - "OpenUserComplexPassword": false, - - "OpenSignDocumentBeforeWork": false, - - "OpenTrialRelationDelete": true, - - "OpenLoginLimit": false, - "LoginMaxFailCount": 5, - - "LoginFailLockMinutes": 30 - - }, - - "SystemEmailSendConfig": { - "Port": 465, - "Host": "smtp.qiye.aliyun.com", - "FromEmail": "test-study@extimaging.com", - "FromName": "Test_Study", - "AuthorizationCode": "zhanying123", - - "SiteUrl": "http://study.test.extimaging.com/login" - }, "DicomSCPServiceConfig": { "CalledAEList": [ "STORESCP", diff --git a/IRC.Core.SCP/appsettings.US_Prod_SCP.json b/IRC.Core.SCP/appsettings.US_Prod_SCP.json deleted file mode 100644 index 885e1ed84..000000000 --- a/IRC.Core.SCP/appsettings.US_Prod_SCP.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "ObjectStoreService": { - "ObjectStoreUse": "AWS", - "AWS": { - "Region": "us-east-1", - "EndPoint": "s3.us-east-1.amazonaws.com", - "UseSSL": true, - "RoleArn": "arn:aws:iam::471112624751:role/lili_s3_access", - "AccessKeyId": "AKIAW3MEAFJXZ2TZK7GM", - "SecretAccessKey": "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", - "BucketName": "ei-med-s3-lili-store", - "ViewEndpoint": "https://ei-med-s3-lili-store.s3.amazonaws.com", - "DurationSeconds": 7200 - } - }, - "ConnectionStrings": { - "RemoteNew": "Server=us-prod-mssql-service,1433;Database=US_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true", - "Hangfire": "Server=us-prod-mssql-service,1433;Database=US_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" - }, - "DicomSCPServiceConfig": { - "CalledAEList": [ - "STORESCP" - ], - "ServerPort": 11112 - } - -} diff --git a/IRC.Core.SCP/appsettings.US_Uat_SCP.json b/IRC.Core.SCP/appsettings.US_Uat_SCP.json deleted file mode 100644 index 28a51b21f..000000000 --- a/IRC.Core.SCP/appsettings.US_Uat_SCP.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "ObjectStoreService": { - "ObjectStoreUse": "AWS", - "AWS": { - "Region": "us-east-1", - "EndPoint": "s3.us-east-1.amazonaws.com", - "UseSSL": true, - "RoleArn": "arn:aws:iam::471112624751:role/uat_s3_access", - "AccessKeyId": "AKIAW3MEAFJX7IPXISP4", - "SecretAccessKey": "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", - "BucketName": "ei-med-s3-lili-uat-store", - "ViewEndpoint": "https://ei-med-s3-lili-uat-store.s3.amazonaws.com/", - "DurationSeconds": 7200 - } - }, - "ConnectionStrings": { - "RemoteNew": "Server=us-mssql-service,1433;Database=US_Uat_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true", - "Hangfire": "Server=us-mssql-service,1433;Database=US_Uat_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" - }, - "DicomSCPServiceConfig": { - "CalledAEList": [ - "STORESCP" - ], - "ServerPort": 11112 - } - -} diff --git a/IRC.Core.SCP/appsettings.Uat_HIR_SCP.json b/IRC.Core.SCP/appsettings.Uat_HIR_SCP.json new file mode 100644 index 000000000..0d2d065d5 --- /dev/null +++ b/IRC.Core.SCP/appsettings.Uat_HIR_SCP.json @@ -0,0 +1,37 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "ObjectStoreService": { + "ObjectStoreUse": "MinIO", + "MinIO": { + "EndPoint": "101.132.253.119", + "Port": "9001", + "UseSSL": false, + "AccessKeyId": "L6owzRVeDJJw3PcRmK2c", + "SecretAccessKey": "2XvFDYSH7EyHQNtpDCgk4efgdsdarQmRKgx1LlOI", + "BucketName": "hir-uat", + "ViewEndpoint": "http://101.132.253.119:9001/hir-uat/" + } + }, + + "ConnectionStrings": { + "RemoteNew": "Server=101.132.253.119,1435;Database=Uat_HIR;User ID=sa;Password=xc@123456;TrustServerCertificate=true", + "Hangfire": "Server=101.132.253.119,1435;Database=Uat_HIR_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" + }, + + + "DicomSCPServiceConfig": { + "CalledAEList": [ + "STORESCP", + "Value1", + "Value2", + "Value3" + ], + "ServerPort": 11112 + } +} diff --git a/IRC.Core.SCP/appsettings.Uat_IRC_SCP.json b/IRC.Core.SCP/appsettings.Uat_IRC_SCP.json deleted file mode 100644 index 2d2fa6c9e..000000000 --- a/IRC.Core.SCP/appsettings.Uat_IRC_SCP.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "ObjectStoreService": { - "ObjectStoreUse": "AliyunOSS", - "AliyunOSS": { - "RegionId": "cn-shanghai", - "InternalEndpoint": "https://oss-cn-shanghai-internal.aliyuncs.com", - "EndPoint": "https://oss-cn-shanghai.aliyuncs.com", - "AccessKeyId": "LTAI5tRRZehUp2V9pyTPtAJm", - "AccessKeySecret": "FLizxkHsMm4CGYHtkV8E3PNJJZU7oV", - "RoleArn": "acs:ram::1899121822495495:role/dev-oss-access", - "BucketName": "zy-irc-uat-store", - "ViewEndpoint": "https://zy-irc-uat-store.oss-cn-shanghai.aliyuncs.com", - "Region": "oss-cn-shanghai", - "DurationSeconds": 7200 - } - }, - "ConnectionStrings": { - "RemoteNew": "Server=47.117.164.182,1434;Database=Uat_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true", - "Hangfire": "Server=47.117.164.182,1434;Database=Uat_IRC.Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" - }, - "DicomSCPServiceConfig": { - "CalledAEList": [ - "STORESCP" - ], - "ServerPort": 11112 - } - -} diff --git a/IRaCIS.Core.API/appsettings.Event_IRC.json b/IRaCIS.Core.API/appsettings.Event_IRC.json deleted file mode 100644 index a5e5925ca..000000000 --- a/IRaCIS.Core.API/appsettings.Event_IRC.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "ConnectionStrings": { - "RemoteNew": "Server=47.117.164.182,1434;Database=Event_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true", - "Hangfire": "Server=47.117.164.182,1434;Database=Event_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" - }, - "ObjectStoreService": { - "ObjectStoreUse": "AliyunOSS", - "AliyunOSS": { - "RegionId": "cn-shanghai", - "InternalEndpoint": "https://oss-cn-shanghai-internal.aliyuncs.com", - "EndPoint": "https://oss-cn-shanghai.aliyuncs.com", - "AccessKeyId": "LTAI5tNRTsqL6aWmHkDmTwoH", - "AccessKeySecret": "7mtGz3qrYWI6JMMBZiLeC119VWicZH", - "RoleArn": "acs:ram::1899121822495495:role/irc-oss-access", - "BucketName": "zy-irc-store", - "ViewEndpoint": "https://zy-irc-cache.oss-cn-shanghai.aliyuncs.com", - "Region": "oss-cn-shanghai", - "DurationSeconds": 7200 - }, - "MinIO": { - "endpoint": "http://192.168.3.68", - "port": "8001", - "useSSL": false, - "accessKey": "IDFkwEpWej0b4DtiuThL", - "secretKey": "Lhuu83yMhVwu7c1SnjvGY6lq74jzpYqifK6Qtj4h", - "bucketName": "test" - } - }, - - "BasicSystemConfig": { - - "OpenUserComplexPassword": true, - - "OpenSignDocumentBeforeWork": true, - - "OpenLoginLimit": true, - "LoginMaxFailCount": 5, - - "LoginFailLockMinutes": 30, - "AutoLoginOutMinutes": 60, - - "ContinuousReadingTimeMin": 120, - - "ReadingRestTimeMin": 10, - - "IsNeedChangePassWord": true, - - "ChangePassWordDays": 90 - }, - "SystemEmailSendConfig": { - "Port": 465, - "Host": "smtp.qiye.aliyun.com", - "FromEmail": "uat@extimaging.com", - "FromName": "UAT_IRC", - "AuthorizationCode": "SHzyyl2021", - "SiteUrl": "http://irc.event.extimaging.com/login", - "CompanyName": "Extensive Imaging", - "CompanyNameCN": "上海展影医疗科技有限公司", - "CompanyShortName": "Extensive Imaging", - "CompanyShortNameCN": "展影医疗", - "IsEnv_US": false - } - - -} diff --git a/IRaCIS.Core.API/appsettings.Prod_IRC.json b/IRaCIS.Core.API/appsettings.Prod_IRC.json deleted file mode 100644 index 9c63cd9b1..000000000 --- a/IRaCIS.Core.API/appsettings.Prod_IRC.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "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=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" - }, - "ObjectStoreService": { - "ObjectStoreUse": "AliyunOSS", - "AliyunOSS": { - "RegionId": "cn-shanghai", - "InternalEndpoint": "https://oss-cn-shanghai-internal.aliyuncs.com", - "EndPoint": "https://oss-cn-shanghai.aliyuncs.com", - "AccessKeyId": "LTAI5tNRTsqL6aWmHkDmTwoH", - "AccessKeySecret": "7mtGz3qrYWI6JMMBZiLeC119VWicZH", - "RoleArn": "acs:ram::1899121822495495:role/irc-oss-access", - "BucketName": "zy-irc-store", - "ViewEndpoint": "https://zy-irc-cache.oss-cn-shanghai.aliyuncs.com", - "Region": "oss-cn-shanghai", - "DurationSeconds": 7200 - }, - "MinIO": { - "endpoint": "http://192.168.3.68", - "port": "8001", - "useSSL": false, - "accessKey": "IDFkwEpWej0b4DtiuThL", - "secretKey": "Lhuu83yMhVwu7c1SnjvGY6lq74jzpYqifK6Qtj4h", - "bucketName": "test" - } - }, - "BasicSystemConfig": { - - "OpenUserComplexPassword": true, - "OpenSignDocumentBeforeWork": true, - - "OpenLoginLimit": true, - "LoginMaxFailCount": 5, - "LoginFailLockMinutes": 30, - - "AutoLoginOutMinutes": 360, - - "OpenLoginMFA": false, - - "ContinuousReadingTimeMin": 120, - - "ReadingRestTimeMin": 10, - - "IsNeedChangePassWord": true, - - "ChangePassWordDays": 90 - }, - - "SystemEmailSendConfig": { - "Port": 465, - "Host": "smtp.qiye.aliyun.com", - "FromEmail": "IRC@extimaging.com", - "FromName": "IRC", - "AuthorizationCode": "ExtImg@2022", - "SiteUrl": "http://irc.extimaging.com/login", - "OrganizationName": "Extlmaging", - "OrganizationNameCN": "Extlmaging", - "CompanyName": "Extensive Imaging", - "CompanyNameCN": "上海展影医疗科技有限公司", - "CompanyShortName": "Extensive Imaging", - "CompanyShortNameCN": "展影医疗", - "IsEnv_US": false, - "IsOpenErrorNoticeEmail": true, - "ErrorNoticeEmailList": [ "872297557@qq.com" ] - }, - "SystemPacsConfig": { - "Port": "11113", - "IP": "101.132.193.237" - } - -} diff --git a/IRaCIS.Core.API/appsettings.Test_IRC_PGSQL.json b/IRaCIS.Core.API/appsettings.Test_IRC_PGSQL.json deleted file mode 100644 index 4d17342dc..000000000 --- a/IRaCIS.Core.API/appsettings.Test_IRC_PGSQL.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "ConnectionStrings": { - "Db_Type": "pgsql", - "RemoteNew": "Host=106.14.89.110;Port=5432;Username=sa;Password=pgsql_pwd;Database=Test2_PG", - "Hangfire": "Server=106.14.89.110,1435;Database=Test_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" - }, - - "ObjectStoreService": { - - "ObjectStoreUse": "AliyunOSS", - - "AliyunOSS": { - "regionId": "cn-shanghai", - "internalEndpoint": "https://oss-cn-shanghai-internal.aliyuncs.com", - "endPoint": "https://oss-cn-shanghai.aliyuncs.com", - "accessKeyId": "LTAI5tKvzs7ed3UfSpNk3xwQ", - "accessKeySecret": "zTIceGEShlZDGnLrCFfIGFE7TXVRio", - "bucketName": "zy-irc-test-store", - "roleArn": "acs:ram::1899121822495495:role/oss-upload", - "viewEndpoint": "https://zy-irc-test-store.oss-cn-shanghai.aliyuncs.com", - "region": "oss-cn-shanghai" - }, - "MinIO": { - "endPoint": "hir-oss.test.extimaging.com", - "port": "443", - "useSSL": true, - "accessKey": "fbStsVYCIPKHQneeqMwD", - "secretKey": "TzgvyA3zGXMUnpilJNUlyMYHfosl1hBMl6lxPmjy", - "bucketName": "irc-test", - "viewEndpoint": "https://hir-oss.test.extimaging.com/irc-test" - }, - "AWS": { - "endPoint": "s3.us-east-1.amazonaws.com", - "useSSL": true, - "accessKey": "AKIAZQ3DRSOHFPJJ6FEU", - "secretKey": "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", - "bucketName": "ei-irc-test-store", - "viewEndpoint": "https://ei-irc-test-store.s3.amazonaws.com/" - } - }, - - "BasicSystemConfig": { - - "OpenUserComplexPassword": false, - - "OpenSignDocumentBeforeWork": false, - - "OpenTrialRelationDelete": true, - - "OpenLoginLimit": false, - - "LoginMaxFailCount": 5, - - "LoginFailLockMinutes": 1, - - "AutoLoginOutMinutes": 1, - - "OpenLoginMFA": false, - - "ContinuousReadingTimeMin": 120, - - "ReadingRestTimeMin": 10, - "IsNeedChangePassWord": true, - - "ChangePassWordDays": 90 - }, - - "SystemEmailSendConfig": { - "Port": 465, - "Host": "smtp.qiye.aliyun.com", - "FromEmail": "test@extimaging.com", - "FromName": "Test_IRC", - "AuthorizationCode": "SHzyyl2021", - "SiteUrl": "http://irc.test.extimaging.com/login", - - "OrganizationName": "Extlmaging", - "OrganizationNameCN": "Extlmaging", - "CompanyName": "Extensive Imaging", - "CompanyNameCN": "上海展影医疗科技有限公司", - "CompanyShortName": "Extensive Imaging", - "CompanyShortNameCN": "展影医疗" - }, - - "SystemPacsConfig": { - "Port": "11113", - "IP": "106.14.89.110" - } -} diff --git a/IRaCIS.Core.API/appsettings.US_Prod_IRC.json b/IRaCIS.Core.API/appsettings.US_Prod_IRC.json deleted file mode 100644 index db7dbebd0..000000000 --- a/IRaCIS.Core.API/appsettings.US_Prod_IRC.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "ConnectionStrings": { - "RemoteNew": "Server=us-prod-mssql-service,1433;Database=US_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true", - "Hangfire": "Server=us-prod-mssql-service,1433;Database=US_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" - //"RemoteNew": "Server=44.210.231.169,1435;Database=US_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true", - //"Hangfire": "Server=44.210.231.169,1435;Database=US_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true", - }, - - "ObjectStoreService": { - "ObjectStoreUse": "AWS", - "MinIO": { - "endPoint": "44.210.231.169", - "port": "9001", - "useSSL": false, - "accessKey": "e9bT1isTOqSAUxb6wd4n", - "secretKey": "b5TaDzNdQCBtCvfm8eZ3dR6yY7tfZu2JYze2Po1i", - "bucketName": "prod-irc-us", - "viewEndpoint": "http://44.210.231.169:9001/prod-irc-us/" - }, - - "AWS": { - "Region": "us-east-1", - "EndPoint": "s3.us-east-1.amazonaws.com", - "UseSSL": true, - "RoleArn": "arn:aws:iam::471112624751:role/lili_s3_access", - "AccessKeyId": "AKIAW3MEAFJXZ2TZK7GM", - "SecretAccessKey": "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", - "BucketName": "ei-med-s3-lili-store", - "ViewEndpoint": "https://ei-med-s3-lili-store.s3.amazonaws.com", - "DurationSeconds": 7200 - } - }, - "BasicSystemConfig": { - - "OpenUserComplexPassword": false, - - "OpenSignDocumentBeforeWork": false, - - "OpenTrialRelationDelete": true, - - "OpenLoginLimit": false, - - "LoginMaxFailCount": 5, - - "LoginFailLockMinutes": 30, - "AutoLoginOutMinutes": 60, - - "ContinuousReadingTimeMin": 120, - - "ReadingRestTimeMin": 10, - "IsNeedChangePassWord": true, - - "ChangePassWordDays": 90 - }, - - "SystemEmailSendConfig": { - "Port": 587, - "Host": "smtp-mail.outlook.com", - "FromEmail": "donotreply@elevateimaging.ai", - "FromName": "LiLi", - "AuthorizationCode": "Q#669869497420ul", - - "OrganizationName": "Elevate Imaging", - "OrganizationNameCN": "Elevate Imaging", - "CompanyName": "Elevate Imaging Inc.", - "CompanyNameCN": "上海展影医疗科技有限公司", - "CompanyShortName": "Elevate Imaging", - "CompanyShortNameCN": "展影医疗", - "SiteUrl": "https://lili.elevateimaging.ai/login", - "IsEnv_US": true, - "IsOpenErrorNoticeEmail": true, - "ErrorNoticeEmailList": [ "872297557@qq.com" ] - }, - - "SystemPacsConfig": { - "Port": "104", - "IP": "44.210.231.169" - } - -} diff --git a/IRaCIS.Core.API/appsettings.US_Test_IRC.json b/IRaCIS.Core.API/appsettings.US_Test_IRC.json deleted file mode 100644 index 717c771f7..000000000 --- a/IRaCIS.Core.API/appsettings.US_Test_IRC.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "ConnectionStrings": { - "RemoteNew": "Server=106.14.89.110,1435;Database=Test_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true", - "Hangfire": "Server=106.14.89.110,1435;Database=Test_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" - }, - - "ObjectStoreService": { - - "ObjectStoreUse": "AWS", - "MinIO": { - //"endPoint": "hir-oss.uat.extimaging.com", - //"port": "443", - //"useSSL": true, - //"viewEndpoint": "https://hir-oss.uat.extimaging.com/hir-uat", - - "endPoint": "47.117.164.182", - "port": "9001", - "useSSL": false, - "viewEndpoint": "http://47.117.164.182:9001/test-irc-us", - - "accessKey": "b9Ul0e98xPzt6PwRXA1Q", - "secretKey": "DzMaU2L4OXl90uytwOmDXF2encN0Jf4Nxu2XkYqQ", - "bucketName": "test-irc-us" - - }, - - "AWS": { - "Region": "us-east-1", - "EndPoint": "s3.us-east-1.amazonaws.com", - "UseSSL": true, - "RoleArn": "arn:aws:iam::471112624751:role/uat_s3_access", - "AccessKeyId": "AKIAW3MEAFJX7IPXISP4", - "SecretAccessKey": "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", - "BucketName": "ei-med-s3-lili-uat-store", - "ViewEndpoint": "https://ei-med-s3-lili-uat-store.s3.amazonaws.com", - "DurationSeconds": 7200 - } - }, - "BasicSystemConfig": { - - "OpenUserComplexPassword": true, - - "OpenSignDocumentBeforeWork": true, - - "OpenTrialRelationDelete": true, - - "OpenLoginLimit": true, - - "LoginMaxFailCount": 5, - - "LoginFailLockMinutes": 30, - "AutoLoginOutMinutes": 60, - - "ContinuousReadingTimeMin": 120, - - "ReadingRestTimeMin": 10, - "IsNeedChangePassWord": true, - - "ChangePassWordDays": 90, - - "OpenLoginMFA": true - }, - - "SystemEmailSendConfig": { - "Port": 587, - "Host": "smtp-mail.outlook.com", - "FromEmail": "donotreply@elevateimaging.ai", - "FromName": "LiLi", - "AuthorizationCode": "Q#669869497420ul", - - "OrganizationName": "Elevate Imaging", - "OrganizationNameCN": "Elevate Imaging", - "CompanyName": "Elevate Imaging Inc.", - "CompanyNameCN": "上海展影医疗科技有限公司", - "CompanyShortName": "Elevate Imaging", - "CompanyShortNameCN": "展影医疗", - "SiteUrl": "https://lili.test.elevateimaging.ai/login", - "IsEnv_US": true, - "IsOpenErrorNoticeEmail": false, - "ErrorNoticeEmailList": [ "872297557@qq.com" ] - }, - - "SystemPacsConfig": { - "Port": "104", - "IP": "3.226.182.187" - } - -} diff --git a/IRaCIS.Core.API/appsettings.US_Uat_IRC.json b/IRaCIS.Core.API/appsettings.US_Uat_IRC.json deleted file mode 100644 index 51a821e9b..000000000 --- a/IRaCIS.Core.API/appsettings.US_Uat_IRC.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "ConnectionStrings": { - //"RemoteNew": "Server=us-mssql-service,1433;Database=US_Uat_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true", - //"Hangfire": "Server=us-mssql-service,1433;Database=US_Uat_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" - - "RemoteNew": "Server=3.226.182.187,1435;Database=US_Uat_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true", - "Hangfire": "Server=3.226.182.187,1435;Database=US_Uat_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" - }, - - "ObjectStoreService": { - - "ObjectStoreUse": "AWS", - - "MinIO": { - //"endPoint": "hir-minio.uat.elevateimaging.ai", - //"port": "443", - //"useSSL": true, - //"viewEndpoint": "https://hir-minio.uat.elevateimaging.ai/uat-irc-us", - - "endPoint": "3.226.182.187", - "port": "9001", - "useSSL": false, - "viewEndpoint": "http://44.218.11.19:9001/uat-irc-us", - - "accessKey": "lH8DkKskLuDqPaiubuSQ", - "secretKey": "pdPdicvvLeH7xAC5yFUrI7odMyBfOXxvVWMvKYV4", - "bucketName": "uat-irc-us" - - }, - - "AWS": { - "Region": "us-east-1", - "EndPoint": "s3.us-east-1.amazonaws.com", - "UseSSL": true, - "RoleArn": "arn:aws:iam::471112624751:role/uat_s3_access", - "AccessKeyId": "AKIAW3MEAFJX7IPXISP4", - "SecretAccessKey": "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", - "BucketName": "ei-med-s3-lili-uat-store", - "ViewEndpoint": "https://ei-med-s3-lili-uat-store.s3.amazonaws.com", - "DurationSeconds": 7200 - } - }, - "BasicSystemConfig": { - - "OpenUserComplexPassword": true, - - "OpenSignDocumentBeforeWork": true, - - "OpenTrialRelationDelete": true, - - "OpenLoginLimit": false, - - "LoginMaxFailCount": 5, - - "LoginFailLockMinutes": 30, - "AutoLoginOutMinutes": 60, - - "ContinuousReadingTimeMin": 120, - - "ReadingRestTimeMin": 10, - "IsNeedChangePassWord": true, - - "ChangePassWordDays": 90, - - "OpenLoginMFA": false - }, - - "SystemEmailSendConfig": { - "Port": 587, - "Host": "smtp-mail.outlook.com", - "FromEmail": "donotreply@elevateimaging.ai", - "FromName": "LiLi", - "AuthorizationCode": "Q#669869497420ul", - - "OrganizationName": "Elevate Imaging", - "OrganizationNameCN": "Elevate Imaging", - "CompanyName": "Elevate Imaging Inc.", - "CompanyNameCN": "上海展影医疗科技有限公司", - "CompanyShortName": "Elevate Imaging", - "CompanyShortNameCN": "展影医疗", - "SiteUrl": "https://lili.test.elevateimaging.ai/login", - "IsEnv_US": true, - "IsOpenErrorNoticeEmail": false, - "ErrorNoticeEmailList": [ "872297557@qq.com" ] - }, - - "SystemPacsConfig": { - "Port": "104", - "IP": "3.226.182.187" - } - -} diff --git a/IRaCIS.Core.API/appsettings.Uat_HIR.json b/IRaCIS.Core.API/appsettings.Uat_HIR.json new file mode 100644 index 000000000..39096f159 --- /dev/null +++ b/IRaCIS.Core.API/appsettings.Uat_HIR.json @@ -0,0 +1,59 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "ObjectStoreService": { + "ObjectStoreUse": "MinIO", + "MinIO": { + "EndPoint": "hir-oss.uat.extimaging.com", + "Port": "443", + "UseSSL": true, + //"endPoint": "106.14.89.110", + //"port": "9001", + //"useSSL": false, + "AccessKeyId": "L6owzRVeDJJw3PcRmK2c", + "SecretAccessKey": "2XvFDYSH7EyHQNtpDCgk4efgdsdarQmRKgx1LlOI", + "BucketName": "hir-uat", + "ViewEndpoint": "https://hir-oss.uat.extimaging.com/hir-uat" + } + + }, + "ConnectionStrings": { + "RemoteNew": "Server=101.132.253.119,1435;Database=Uat_HIR;User ID=sa;Password=xc@123456;TrustServerCertificate=true", + "Hangfire": "Server=101.132.253.119,1435;Database=Uat_HIR_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" + }, + "BasicSystemConfig": { + "OpenUserComplexPassword": false, + "OpenSignDocumentBeforeWork": false, + "OpenTrialRelationDelete": true, + "OpenLoginLimit": false, + "LoginMaxFailCount": 5, + "LoginFailLockMinutes": 30, + "AESKey": "HIR_System_AES_Key_Info" + }, + "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" + } +} \ No newline at end of file diff --git a/IRaCIS.Core.API/appsettings.Uat_IRC.json b/IRaCIS.Core.API/appsettings.Uat_IRC.json deleted file mode 100644 index f591b3e19..000000000 --- a/IRaCIS.Core.API/appsettings.Uat_IRC.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "ConnectionStrings": { - "RemoteNew": "Server=47.117.164.182,1434;Database=Uat_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true", - "Hangfire": "Server=47.117.164.182,1434;Database=Uat_IRC.Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" - }, - "ObjectStoreService": { - - "ObjectStoreUse": "AliyunOSS", - - "AliyunOSS": { - "RegionId": "cn-shanghai", - "InternalEndpoint": "https://oss-cn-shanghai-internal.aliyuncs.com", - "EndPoint": "https://oss-cn-shanghai.aliyuncs.com", - "AccessKeyId": "LTAI5tRRZehUp2V9pyTPtAJm", - "AccessKeySecret": "FLizxkHsMm4CGYHtkV8E3PNJJZU7oV", - "RoleArn": "acs:ram::1899121822495495:role/dev-oss-access", - "BucketName": "zy-irc-uat-store", - "ViewEndpoint": "https://zy-irc-uat-store.oss-cn-shanghai.aliyuncs.com", - "Region": "oss-cn-shanghai", - "DurationSeconds": 7200 - }, - - "MinIO": { - "endPoint": "hir-oss.uat.extimaging.com", - "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" - - }, - "AWS": { - "Region": "us-east-1", - "EndPoint": "s3.us-east-1.amazonaws.com", - "UseSSL": true, - "RoleArn": "arn:aws:iam::471112624751:role/sts_s3_upload", - "AccessKeyId": "AKIAW3MEAFJXWRCGSX5Z", - "SecretAccessKey": "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", - "BucketName": "ei-med-s3-lili-uat-store", - "ViewEndpoint": "https://ei-med-s3-lili-uat-store.s3.amazonaws.com/", - "DurationSeconds": 7200 - } - }, - - "BasicSystemConfig": { - - "OpenUserComplexPassword": true, - - "OpenSignDocumentBeforeWork": true, - - "OpenLoginLimit": true, - "LoginMaxFailCount": 5, - - "LoginFailLockMinutes": 30, - "AutoLoginOutMinutes": 60, - "OpenLoginMFA": false, - - "ContinuousReadingTimeMin": 120, - - "ReadingRestTimeMin": 10, - "IsNeedChangePassWord": true, - - "ChangePassWordDays": 90 - - }, - "SystemEmailSendConfig": { - "Port": 465, - "Host": "smtp.qiye.aliyun.com", - "FromEmail": "uat@extimaging.com", - "FromName": "UAT_IRC", - "AuthorizationCode": "SHzyyl2021", - "SiteUrl": "http://irc.uat.extimaging.com/login", - "OrganizationName": "Extlmaging", - "OrganizationNameCN": "Extlmaging", - "CompanyName": "Extensive Imaging", - "CompanyNameCN": "上海展影医疗科技有限公司", - "CompanyShortName": "Extensive Imaging", - "CompanyShortNameCN": "展影医疗", - "IsEnv_US": false, - "IsOpenErrorNoticeEmail": false, - "ErrorNoticeEmailList": [ "872297557@qq.com" ] - }, - - "SystemPacsConfig": { - "Port": "11113", - "IP": "47.117.164.182" - } - -}