84 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			84 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
	
| {
 | |
|   "Logging": {
 | |
|     "LogLevel": {
 | |
|       "Default": "Information",
 | |
|       "Microsoft": "Warning",
 | |
|       "Microsoft.Hosting.Lifetime": "Information"
 | |
|     }
 | |
|   },
 | |
|   "ConnectionStrings": {
 | |
|     "RemoteNew": "Server=101.132.193.237,1434;Database=Prod_IRC;User ID=sa;Password=zhanying@2021;TrustServerCertificate=true",
 | |
|     "Hangfire": "Server=101.132.193.237,1434;Database=Prod_IRC_Hangfire;User ID=sa;Password=zhanying@2021;TrustServerCertificate=true"
 | |
|     //"RemoteNew": "Server=prod_mssql_standard,1433;Database=Prod_IRC;User ID=sa;Password=zhanying@2021;TrustServerCertificate=true",
 | |
|     //"Hangfire": "Server=prod_mssql_standard,1433;Database=Prod_IRC_Hangfire;User ID=sa;Password=zhanying@2021;TrustServerCertificate=true"
 | |
|   },
 | |
|   "ObjectStoreService": {
 | |
|     "ObjectStoreUse": "AliyunOSS",
 | |
|     "AliyunOSS": {
 | |
|       "RegionId": "cn-shanghai",
 | |
|       "InternalEndpoint": "https://oss-cn-shanghai-internal.aliyuncs.com",
 | |
|       "EndPoint": "https://oss-cn-shanghai.aliyuncs.com",
 | |
|       "AccessKeyId": "LTAI5tNRTsqL6aWmHkDmTwoH",
 | |
|       "AccessKeySecret": "7mtGz3qrYWI6JMMBZiLeC119VWicZH",
 | |
|       "RoleArn": "acs:ram::1899121822495495:role/irc-oss-access",
 | |
|       "BucketName": "zy-irc-store",
 | |
|       "ViewEndpoint": "https://zy-irc-cache.oss-cn-shanghai.aliyuncs.com",
 | |
|       "Region": "oss-cn-shanghai",
 | |
|       "DurationSeconds": 7200
 | |
|     },
 | |
|     "MinIO": {
 | |
|       "endpoint": "http://192.168.3.68",
 | |
|       "port": "8001",
 | |
|       "useSSL": false,
 | |
|       "accessKey": "IDFkwEpWej0b4DtiuThL",
 | |
|       "secretKey": "Lhuu83yMhVwu7c1SnjvGY6lq74jzpYqifK6Qtj4h",
 | |
|       "bucketName": "test"
 | |
|     }
 | |
|   },
 | |
|   "BasicSystemConfig": {
 | |
| 
 | |
|     "OpenUserComplexPassword": true,
 | |
|     "OpenSignDocumentBeforeWork": true,
 | |
| 
 | |
|     "OpenLoginLimit": true,
 | |
|     "LoginMaxFailCount": 5,
 | |
|     "LoginFailLockMinutes": 30,
 | |
|     "AutoLoginOutMinutes": 120,
 | |
| 
 | |
|     "OpenLoginMFA": false,
 | |
| 
 | |
|     "ContinuousReadingTimeMin": 120,
 | |
|     "ReadingRestTimeMin": 10,
 | |
| 
 | |
|     "IsNeedChangePassWord": true,
 | |
|     "ChangePassWordDays": 90,
 | |
|     // 模板类型 1 Elevate  2 Extensive
 | |
|     "TemplateType": 2
 | |
|   },
 | |
| 
 | |
|   "SystemEmailSendConfig": {
 | |
|     "Port": 465,
 | |
|     "Host": "smtp.qiye.aliyun.com",
 | |
|     "FromEmail": "irc@extimaging.com",
 | |
|     "FromName": "IRC Imaging System",
 | |
|     "AuthorizationCode": "ExtImg@2022",
 | |
|     "SiteUrl": "http://irc.extimaging.com/login",
 | |
|     "SystemShortName": "IRC",
 | |
|     "OrganizationName": "Extlmaging",
 | |
|     "OrganizationNameCN": "Extlmaging",
 | |
|     "CompanyName": "Extensive Imaging",
 | |
|     "CompanyNameCN": "上海展影医疗科技有限公司",
 | |
|     "CompanyShortName": "Extensive Imaging",
 | |
|     "CompanyShortNameCN": "展影医疗",
 | |
|     "IsEnv_US": false,
 | |
|     "IsOpenErrorNoticeEmail": false,
 | |
|     "EmailRegexStr": "^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$",
 | |
|     "ErrorNoticeEmailList": [ "872297557@qq.com" ]
 | |
|   },
 | |
|   "SystemPacsConfig": {
 | |
|     "Port": "11113",
 | |
|     "IP": "101.132.193.237"
 | |
|   }
 | |
| 
 | |
| }
 |