修改邮件配置文件
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
6aaeeeaeb9
commit
a22b7802b7
|
|
@ -9,27 +9,28 @@
|
||||||
"ObjectStoreService": {
|
"ObjectStoreService": {
|
||||||
"ObjectStoreUse": "MinIO",
|
"ObjectStoreUse": "MinIO",
|
||||||
"MinIO": {
|
"MinIO": {
|
||||||
"EndPoint": "192.168.3.112",
|
"EndPoint": "47.102.87.18",
|
||||||
"Port": "9000",
|
"Port": "9001",
|
||||||
"UseSSL": false,
|
"UseSSL": false,
|
||||||
"AccessKeyId": "Jnywl9aIw83yewZIJKod",
|
"AccessKeyId": "fbStsVYCIPKHQneeqMwD",
|
||||||
"SecretAccessKey": "N83bTzoJGkg4OLW8x54IZRwwSvdxcdYi9UZ2BYII",
|
"SecretAccessKey": "TzgvyA3zGXMUnpilJNUlyMYHfosl1hBMl6lxPmjy",
|
||||||
"BucketName": "hir-images",
|
"BucketName": "hir-images",
|
||||||
"ViewEndpoint": "http://192.168.3.112:9000/hir-images"
|
"ViewEndpoint": "http://47.102.87.18:9001/hir-images/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"RemoteNew": "Server=192.168.3.114,1433;Database=Prod_HIR_Images;User ID=sa;Password=xc_123456;TrustServerCertificate=true",
|
"RemoteNew": "Server=mssql,1433;Database=HIR_Prod;User ID=sa;Password=xc_123456;TrustServerCertificate=true",
|
||||||
"Hangfire": "Server=192.168.3.114,1433;Database=Prod_HIR_Hangfire;User ID=sa;Password=xc_123456;TrustServerCertificate=true"
|
"Hangfire": "Server=mssql,1433;Database=HIR_Prod_Hangfire;User ID=sa;Password=xc_123456;TrustServerCertificate=true"
|
||||||
},
|
},
|
||||||
"DicomSCPServiceConfig": {
|
"DicomSCPServiceConfig": {
|
||||||
|
"IsSupportThirdService": true,
|
||||||
|
"IsForwardImageMultiThread": true,
|
||||||
|
"MultiThreadCount": 10,
|
||||||
"CalledAEList": [
|
"CalledAEList": [
|
||||||
"STORESCP",
|
|
||||||
"HIRAE",
|
"HIRAE",
|
||||||
"Value2",
|
"STORESCP"
|
||||||
"Value3"
|
|
||||||
],
|
],
|
||||||
"ServerPort": 11112
|
"ServerPort": 11115
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,40 +9,59 @@
|
||||||
"ObjectStoreService": {
|
"ObjectStoreService": {
|
||||||
"ObjectStoreUse": "MinIO",
|
"ObjectStoreUse": "MinIO",
|
||||||
"MinIO": {
|
"MinIO": {
|
||||||
"EndPoint": "192.168.3.112",
|
"EndPoint": "hir-oss.tres.extimaging.com",
|
||||||
"Port": "9080",
|
"Port": "443",
|
||||||
"UseSSL": true,
|
"UseSSL": true,
|
||||||
"AccessKeyId": "Jnywl9aIw83yewZIJKod",
|
"AccessKeyId": "fbStsVYCIPKHQneeqMwD",
|
||||||
"SecretAccessKey": "N83bTzoJGkg4OLW8x54IZRwwSvdxcdYi9UZ2BYII",
|
"SecretAccessKey": "TzgvyA3zGXMUnpilJNUlyMYHfosl1hBMl6lxPmjy",
|
||||||
"BucketName": "hir-images",
|
"BucketName": "hir-images",
|
||||||
"ViewEndpoint": "https://192.168.3.112:9080/hir-images"
|
"ViewEndpoint": "https://hir-oss.tres.extimaging.com/hir-images"
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"RemoteNew": "Server=192.168.3.114,1433;Database=Prod_HIR_Images;User ID=sa;Password=xc_123456;TrustServerCertificate=true",
|
"RemoteNew": "Server=mssql,1433;Database=HIR_Prod;User ID=sa;Password=xc_123456;TrustServerCertificate=true",
|
||||||
"Hangfire": "Server=192.168.3.114,1433;Database=Prod_HIR_Hangfire;User ID=sa;Password=xc_123456;TrustServerCertificate=true"
|
"Hangfire": "Server=mssql,1433;Database=HIR_Prod_Hangfire;User ID=sa;Password=xc_123456;TrustServerCertificate=true"
|
||||||
},
|
},
|
||||||
"BasicSystemConfig": {
|
"BasicSystemConfig": {
|
||||||
"OpenUserComplexPassword": true,
|
"OpenUserComplexPassword": true,
|
||||||
"OpenSignDocumentBeforeWork": false,
|
"OpenSignDocumentBeforeWork": true,
|
||||||
"OpenTrialRelationDelete": false,
|
"OpenTrialRelationDelete": true,
|
||||||
"OpenLoginLimit": true,
|
"OpenLoginLimit": false,
|
||||||
"LoginMaxFailCount": 5,
|
"LoginMaxFailCount": 5,
|
||||||
"LoginFailLockMinutes": 30,
|
"LoginFailLockMinutes": 30,
|
||||||
"AutoLoginOutMinutes": 120,
|
"AutoLoginOutMinutes": 120,
|
||||||
"AESKey": "HIR_System_AES_Key_Info",
|
"AESKey": "HIR_System_AES_Key_Info",
|
||||||
"CmoveIntervalMinutes": 1,
|
"CmoveIntervalMinutes": 1,
|
||||||
"CmoveInstanceIntervalMinutes": 1
|
"CmoveInstanceIntervalMinutes": 1,
|
||||||
|
// 是否强制用户定期修改密码
|
||||||
|
"IsNeedChangePassWord": true,
|
||||||
|
// 密码有效期(天),到期后必须修改
|
||||||
|
"ChangePassWordDays": 1000,
|
||||||
|
"OpenImageShare": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"SystemEmailSendConfig": {
|
"SystemEmailSendConfig": {
|
||||||
"Port": 465,
|
"Port": 465,
|
||||||
"Host": "smtp.qiye.aliyun.com",
|
"Host": "smtp.qiye.aliyun.com",
|
||||||
"FromEmail": "test-study@extimaging.com",
|
"FromEmail": "irc@extimaging.com",
|
||||||
"FromName": "Test_HIR",
|
"FromName": "HIR Imaging System",
|
||||||
"AuthorizationCode": "zhanying123",
|
"AuthorizationCode": "ExtImg@2022",
|
||||||
"SiteUrl": "http://hir.test.extimaging.com/login"
|
"SiteUrl": "https://bctop.tres.extimaging.com/login",
|
||||||
|
"CompanyName": "Extensive Imaging",
|
||||||
|
"CompanyNameCN": "上海展影医疗科技有限公司",
|
||||||
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,10 @@
|
||||||
"FromName": "Test_HIR",
|
"FromName": "Test_HIR",
|
||||||
"AuthorizationCode": "zhanying123",
|
"AuthorizationCode": "zhanying123",
|
||||||
"SiteUrl": "http://hir.test.extimaging.com/login",
|
"SiteUrl": "http://hir.test.extimaging.com/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": {
|
"DicomSCPServiceConfig": {
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,10 @@
|
||||||
"FromName": "Test_HIR",
|
"FromName": "Test_HIR",
|
||||||
"AuthorizationCode": "zhanying123",
|
"AuthorizationCode": "zhanying123",
|
||||||
"SiteUrl": "http://hir.test.extimaging.com/login",
|
"SiteUrl": "http://hir.test.extimaging.com/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,}$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue