修改uat 配置文件
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
763984ca62
commit
f8478887ce
|
|
@ -23,14 +23,13 @@
|
|||
"RemoteNew": "Server=101.132.253.119,1435;Database=Uat_HIR_New;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": {
|
||||
"IsSupportThirdService": true,
|
||||
"IsForwardImageMultiThread": true,
|
||||
"MultiThreadCount": 10,
|
||||
"CalledAEList": [
|
||||
"STORESCP",
|
||||
"HIRAE",
|
||||
"Value2",
|
||||
"Value3"
|
||||
"HIRAE"
|
||||
],
|
||||
"ServerPort": 11112
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,5 +55,15 @@
|
|||
"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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue