修改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",
|
"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"
|
"Hangfire": "Server=101.132.253.119,1435;Database=Uat_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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -55,5 +55,15 @@
|
||||||
"CompanyShortName": "Extensive Imaging",
|
"CompanyShortName": "Extensive Imaging",
|
||||||
"CompanyShortNameCN": "展影医疗",
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue