修改美国配置文件
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2025-11-28 16:56:51 +08:00
parent f8478887ce
commit 1033ff665c
2 changed files with 18 additions and 3 deletions

View File

@ -24,11 +24,12 @@
"Hangfire": "Server=3.226.182.187,1435;Database=US_HIR_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true" "Hangfire": "Server=3.226.182.187,1435;Database=US_HIR_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true"
}, },
"DicomSCPServiceConfig": { "DicomSCPServiceConfig": {
"IsSupportThirdService": true,
"IsForwardImageMultiThread": true,
"MultiThreadCount": 10,
"CalledAEList": [ "CalledAEList": [
"STORESCP", "STORESCP",
"HIRAE", "HIRAE"
"Value2",
"Value3"
], ],
"ServerPort": 11112 "ServerPort": 11112
} }

View File

@ -49,6 +49,20 @@
"FromName": "Uat_HIR", "FromName": "Uat_HIR",
"AuthorizationCode": "zhanying123", "AuthorizationCode": "zhanying123",
"SiteUrl": "https://hir.uat.elevateimaging.ai/login", "SiteUrl": "https://hir.uat.elevateimaging.ai/login",
"CompanyName": "Extensive Imaging",
"CompanyNameCN": "上海展影医疗科技有限公司",
"CompanyShortName": "Extensive Imaging",
"CompanyShortNameCN": "展影医疗",
"EmailRegexStr": "^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$" "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
} }
} }