Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
79f18826c5
|
@ -1,105 +1,164 @@
|
||||||
{
|
{
|
||||||
|
// 日志信息
|
||||||
"Logging": {
|
"Logging": {
|
||||||
|
// 日志等级
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
|
// 默认日志等级
|
||||||
"Default": "Information",
|
"Default": "Information",
|
||||||
|
// 调试日志等级
|
||||||
"Microsoft": "Warning",
|
"Microsoft": "Warning",
|
||||||
|
// ASP.NET Core 日志等级
|
||||||
"Microsoft.Hosting.Lifetime": "Information"
|
"Microsoft.Hosting.Lifetime": "Information"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// 数据库链接字符串
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
|
// 本地数据库链接字符串
|
||||||
"RemoteNew": "Server=106.14.89.110,1435;Database=Test_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true",
|
"RemoteNew": "Server=106.14.89.110,1435;Database=Test_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true",
|
||||||
|
// Hangfire 定时任务数据库链接字符串
|
||||||
"Hangfire": "Server=106.14.89.110,1435;Database=Test_IRC_Hangfire;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": {
|
"ObjectStoreService": {
|
||||||
|
// 使用的对象存储服务类型
|
||||||
"ObjectStoreUse": "AliyunOSS",
|
"ObjectStoreUse": "AliyunOSS",
|
||||||
|
// 阿里云对象存储服务的配置
|
||||||
"AliyunOSS": {
|
"AliyunOSS": {
|
||||||
|
// 阿里云 OSS 的 Region ID
|
||||||
"RegionId": "cn-shanghai",
|
"RegionId": "cn-shanghai",
|
||||||
|
// 阿里云 OSS 的内部访问端点
|
||||||
"InternalEndpoint": "https://oss-cn-shanghai-internal.aliyuncs.com",
|
"InternalEndpoint": "https://oss-cn-shanghai-internal.aliyuncs.com",
|
||||||
|
// 阿里云 OSS 的外部访问端点
|
||||||
"EndPoint": "https://oss-cn-shanghai.aliyuncs.com",
|
"EndPoint": "https://oss-cn-shanghai.aliyuncs.com",
|
||||||
|
// 阿里云 OSS 的访问密钥 ID
|
||||||
"AccessKeyId": "LTAI5tRRZehUp2V9pyTPtAJm",
|
"AccessKeyId": "LTAI5tRRZehUp2V9pyTPtAJm",
|
||||||
|
// 阿里云 OSS 的访问密钥 Secret
|
||||||
"AccessKeySecret": "FLizxkHsMm4CGYHtkV8E3PNJJZU7oV",
|
"AccessKeySecret": "FLizxkHsMm4CGYHtkV8E3PNJJZU7oV",
|
||||||
|
// 阿里云 OSS 的角色 ARN
|
||||||
"RoleArn": "acs:ram::1899121822495495:role/dev-oss-access",
|
"RoleArn": "acs:ram::1899121822495495:role/dev-oss-access",
|
||||||
|
// 阿里云 OSS 的Bucket名称
|
||||||
"BucketName": "zy-irc-test-store",
|
"BucketName": "zy-irc-test-store",
|
||||||
//"ViewEndpoint": "https://zy-irc-test-store.oss-cn-shanghai.aliyuncs.com",
|
// 阿里云 OSS 的访问端点
|
||||||
"ViewEndpoint": "https://zy-irc-test-dev-cache.oss-cn-shanghai.aliyuncs.com",
|
"ViewEndpoint": "https://zy-irc-test-dev-cache.oss-cn-shanghai.aliyuncs.com",
|
||||||
|
// 阿里云 OSS 的预览端点
|
||||||
"Region": "oss-cn-shanghai",
|
"Region": "oss-cn-shanghai",
|
||||||
|
// 阿里云 OSS 的临时访问凭证有效时间(秒)
|
||||||
"DurationSeconds": 7200,
|
"DurationSeconds": 7200,
|
||||||
|
// 阿里云 OSS 的预览端点
|
||||||
"PreviewEndpoint": "https://test-oss.test.extimaging.com"
|
"PreviewEndpoint": "https://test-oss.test.extimaging.com"
|
||||||
},
|
},
|
||||||
|
// MinIO 对象存储服务的配置
|
||||||
"MinIO": {
|
"MinIO": {
|
||||||
|
// MinIO 的访问端点
|
||||||
"EndPoint": "hir-oss.test.extimaging.com",
|
"EndPoint": "hir-oss.test.extimaging.com",
|
||||||
|
// MinIO 的端口
|
||||||
"Port": "443",
|
"Port": "443",
|
||||||
|
// 是否使用 SSL
|
||||||
"UseSSL": true,
|
"UseSSL": true,
|
||||||
|
// MinIO 的角色 ARN
|
||||||
"AccessKey": "fbStsVYCIPKHQneeqMwD",
|
"AccessKey": "fbStsVYCIPKHQneeqMwD",
|
||||||
|
// MinIO 的访问密钥
|
||||||
"SecretKey": "TzgvyA3zGXMUnpilJNUlyMYHfosl1hBMl6lxPmjy",
|
"SecretKey": "TzgvyA3zGXMUnpilJNUlyMYHfosl1hBMl6lxPmjy",
|
||||||
|
// MinIO 的BucketName
|
||||||
"BucketName": "irc-test",
|
"BucketName": "irc-test",
|
||||||
|
// MinIO 的访问端点
|
||||||
"ViewEndpoint": "https://hir-oss.test.extimaging.com/irc-test"
|
"ViewEndpoint": "https://hir-oss.test.extimaging.com/irc-test"
|
||||||
},
|
},
|
||||||
|
// AWS S3 对象存储服务的配置
|
||||||
"AWS": {
|
"AWS": {
|
||||||
|
// AWS S3 的Region
|
||||||
"Region": "us-east-1",
|
"Region": "us-east-1",
|
||||||
|
// AWS S3 的内部访问端点
|
||||||
"EndPoint": "s3.us-east-1.amazonaws.com",
|
"EndPoint": "s3.us-east-1.amazonaws.com",
|
||||||
|
// 是否使用 SSL
|
||||||
"UseSSL": true,
|
"UseSSL": true,
|
||||||
|
// AWS S3 的角色 ARN
|
||||||
"RoleArn": "arn:aws:iam::471112624751:role/uat_s3_access",
|
"RoleArn": "arn:aws:iam::471112624751:role/uat_s3_access",
|
||||||
|
// AWS S3 的访问密钥 ID
|
||||||
"AccessKeyId": "AKIAW3MEAFJX7IPXISP4",
|
"AccessKeyId": "AKIAW3MEAFJX7IPXISP4",
|
||||||
|
// AWS S3 的访问密钥 Secret
|
||||||
"SecretAccessKey": "Pgrg3le5jPxZQ7MR1yYNS30J0XRyJeKVyIIjElXc",
|
"SecretAccessKey": "Pgrg3le5jPxZQ7MR1yYNS30J0XRyJeKVyIIjElXc",
|
||||||
|
// AWS S3 的Bucket名称
|
||||||
"BucketName": "ei-med-s3-lili-uat-store",
|
"BucketName": "ei-med-s3-lili-uat-store",
|
||||||
|
// AWS S3 的访问端点
|
||||||
"ViewEndpoint": "https://ei-med-s3-lili-uat-store.s3.amazonaws.com",
|
"ViewEndpoint": "https://ei-med-s3-lili-uat-store.s3.amazonaws.com",
|
||||||
|
// AWS S3 的持续数秒
|
||||||
"DurationSeconds": 7200
|
"DurationSeconds": 7200
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// 系统配置
|
||||||
"BasicSystemConfig": {
|
"BasicSystemConfig": {
|
||||||
|
// 打开用户复杂密码
|
||||||
"OpenUserComplexPassword": false,
|
"OpenUserComplexPassword": false,
|
||||||
|
// 是否在开始工作前强制签署电子知情同意书
|
||||||
"OpenSignDocumentBeforeWork": false,
|
"OpenSignDocumentBeforeWork": false,
|
||||||
|
// 是否启用登录失败次数限制(防暴力破解)
|
||||||
"OpenLoginLimit": false,
|
"OpenLoginLimit": false,
|
||||||
|
// 连续登录失败多少次后触发锁定
|
||||||
"LoginMaxFailCount": 5,
|
"LoginMaxFailCount": 5,
|
||||||
|
// 触发锁定后账号锁定时长(分钟)
|
||||||
"LoginFailLockMinutes": 1,
|
"LoginFailLockMinutes": 1,
|
||||||
|
// 无操作自动登出的超时时间(分钟)
|
||||||
"AutoLoginOutMinutes": 10,
|
"AutoLoginOutMinutes": 10,
|
||||||
|
// 是否启用多因子登录认证(MFA)
|
||||||
"OpenLoginMFA": false,
|
"OpenLoginMFA": false,
|
||||||
|
// 连续阅片的最长工作时间(分钟),超时后强制休息
|
||||||
"ContinuousReadingTimeMin": 120,
|
"ContinuousReadingTimeMin": 120,
|
||||||
|
// 强制休息时长(分钟)
|
||||||
"ReadingRestTimeMin": 10,
|
"ReadingRestTimeMin": 10,
|
||||||
|
// 是否强制用户定期修改密码
|
||||||
"IsNeedChangePassWord": true,
|
"IsNeedChangePassWord": true,
|
||||||
|
// 密码有效期(天),到期后必须修改
|
||||||
"ChangePassWordDays": 90,
|
"ChangePassWordDays": 90,
|
||||||
|
|
||||||
// 模板类型 1 Elevate 2 Extensive
|
// 模板类型 1 Elevate 2 Extensive
|
||||||
"TemplateType": 2,
|
"TemplateType": 2,
|
||||||
|
// 是否打开项目关联删除
|
||||||
"OpenTrialRelationDelete": true,
|
"OpenTrialRelationDelete": true,
|
||||||
|
// 转换PDF服务配置
|
||||||
"ThirdPdfUrl": "http://106.14.89.110:30088/api/v1/convert/file/pdf"
|
"ThirdPdfUrl": "http://106.14.89.110:30088/api/v1/convert/file/pdf"
|
||||||
},
|
},
|
||||||
|
// 邮件服务配置(用于系统通知、找回密码、错误报警等)
|
||||||
"SystemEmailSendConfig": {
|
"SystemEmailSendConfig": {
|
||||||
|
// SMTP端口
|
||||||
"Port": 465,
|
"Port": 465,
|
||||||
|
// 企业邮箱SMTP服务器地址
|
||||||
"Host": "smtp.qiye.aliyun.com",
|
"Host": "smtp.qiye.aliyun.com",
|
||||||
|
// 发件人邮箱地址
|
||||||
"FromEmail": "test@extimaging.com",
|
"FromEmail": "test@extimaging.com",
|
||||||
|
// 发件人显示名称
|
||||||
"FromName": "Test IRC Imaging System",
|
"FromName": "Test IRC Imaging System",
|
||||||
|
// SMTP授权码
|
||||||
"AuthorizationCode": "SHzyyl2021",
|
"AuthorizationCode": "SHzyyl2021",
|
||||||
|
// 系统对外访问地址
|
||||||
"SiteUrl": "http://irc.test.extimaging.com/login",
|
"SiteUrl": "http://irc.test.extimaging.com/login",
|
||||||
|
// 系统简称
|
||||||
"SystemShortName": "IRC",
|
"SystemShortName": "IRC",
|
||||||
|
// 组织英文名称
|
||||||
"OrganizationName": "Extlmaging",
|
"OrganizationName": "Extlmaging",
|
||||||
|
// 组织中文名称
|
||||||
"OrganizationNameCN": "Extlmaging",
|
"OrganizationNameCN": "Extlmaging",
|
||||||
|
// 公司英文全称
|
||||||
"CompanyName": "Extensive Imaging",
|
"CompanyName": "Extensive Imaging",
|
||||||
|
// 公司中文全称
|
||||||
"CompanyNameCN": "上海展影医疗科技有限公司",
|
"CompanyNameCN": "上海展影医疗科技有限公司",
|
||||||
|
// 公司英文简称
|
||||||
"CompanyShortName": "Extensive Imaging",
|
"CompanyShortName": "Extensive Imaging",
|
||||||
|
// 公司中文简称
|
||||||
"CompanyShortNameCN": "展影医疗",
|
"CompanyShortNameCN": "展影医疗",
|
||||||
|
// 是否为国际版环境
|
||||||
"IsEnv_US": false,
|
"IsEnv_US": false,
|
||||||
|
// 是否开启系统异常邮件报警
|
||||||
"IsOpenErrorNoticeEmail": false,
|
"IsOpenErrorNoticeEmail": false,
|
||||||
|
// 邮箱格式校验正则表达式
|
||||||
"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,}$",
|
||||||
|
// 接收系统异常报警的邮箱列表
|
||||||
"ErrorNoticeEmailList": [ "872297557@qq.com" ]
|
"ErrorNoticeEmailList": [ "872297557@qq.com" ]
|
||||||
},
|
},
|
||||||
|
// PACS 连接配置
|
||||||
"SystemPacsConfig": {
|
"SystemPacsConfig": {
|
||||||
|
// PACS服务器端口
|
||||||
"Port": "11113",
|
"Port": "11113",
|
||||||
|
// PACS服务器IP地址
|
||||||
"IP": "106.14.89.110"
|
"IP": "106.14.89.110"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue