95 lines
2.8 KiB
JSON
95 lines
2.8 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"RemoteNew": "Server=us-mssql-service,1433;Database=US_Uat_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true",
|
|
"Hangfire": "Server=us-mssql-service,1433;Database=US_Uat_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true"
|
|
|
|
//"RemoteNew": "Server=44.218.11.19,1435;Database=Prod_US_IRC;User ID=sa;Password=xc@123456;TrustServerCertificate=true",
|
|
//"Hangfire": "Server=44.218.11.19,1435;Database=Prod_US_IRC_Hangfire;User ID=sa;Password=xc@123456;TrustServerCertificate=true"
|
|
},
|
|
|
|
"ObjectStoreService": {
|
|
|
|
"ObjectStoreUse": "MinIO",
|
|
|
|
"AliyunOSS": {
|
|
"regionId": "cn-shanghai",
|
|
"endPoint": "https://oss-cn-shanghai.aliyuncs.com",
|
|
"accessKeyId": "LTAI5tKvzs7ed3UfSpNk3xwQ",
|
|
"accessKeySecret": "zTIceGEShlZDGnLrCFfIGFE7TXVRio",
|
|
"bucketName": "zy-irc-test-store",
|
|
"roleArn": "acs:ram::1899121822495495:role/oss-upload",
|
|
"viewEndpoint": "https://zy-irc-test-store.oss-cn-shanghai.aliyuncs.com",
|
|
"region": "oss-cn-shanghai"
|
|
},
|
|
|
|
"MinIO": {
|
|
//"endPoint": "hir-oss.us.extimaging.com",
|
|
//"port": "443",
|
|
//"useSSL": true,
|
|
//"viewEndpoint": "https://hir-oss.us.extimaging.com/hir-us",
|
|
|
|
"endPoint": "44.218.11.19",
|
|
"port": "9001",
|
|
"useSSL": false,
|
|
"viewEndpoint": "http://44.218.11.19:9001/uat-irc-us",
|
|
|
|
"accessKey": "lH8DkKskLuDqPaiubuSQ",
|
|
"secretKey": "pdPdicvvLeH7xAC5yFUrI7odMyBfOXxvVWMvKYV4",
|
|
"bucketName": "uat-irc-us"
|
|
|
|
},
|
|
|
|
"AWS": {
|
|
"endPoint": "s3.us-east-1.amazonaws.com",
|
|
"useSSL": true,
|
|
"accessKey": "AKIAZQ3DRSOHFPJJ6FEU",
|
|
"secretKey": "l+yjtvV7Z4jiwm/7xCYv30UeUj/SvuqqYzAwjJHf",
|
|
"bucketName": "ei-irc-test-store",
|
|
"viewEndpoint": "https://ei-irc-test-store.s3.amazonaws.com/"
|
|
}
|
|
},
|
|
"BasicSystemConfig": {
|
|
|
|
"OpenUserComplexPassword": false,
|
|
|
|
"OpenSignDocumentBeforeWork": false,
|
|
|
|
"OpenTrialRelationDelete": true,
|
|
|
|
"OpenLoginLimit": false,
|
|
|
|
"LoginMaxFailCount": 5,
|
|
|
|
"LoginFailLockMinutes": 30,
|
|
"AutoLoginOutMinutes": 60,
|
|
|
|
"ContinuousReadingTimeMin": 120,
|
|
|
|
"ReadingRestTimeMin": 10
|
|
},
|
|
|
|
"SystemEmailSendConfig": {
|
|
"Port": 587,
|
|
"Host": "smtp-mail.outlook.com",
|
|
"FromEmail": "donotreply@elevateimaging.ai",
|
|
"FromName": "LiLi",
|
|
"AuthorizationCode": "Q#669869497420ul",
|
|
|
|
"OrganizationName": "Elevate Imaging",
|
|
"OrganizationNameCN": "Elevate Imaging",
|
|
"CompanyName": "Elevate Imaging Inc.",
|
|
"CompanyNameCN": "上海展影医疗科技有限公司",
|
|
"CompanyShortName": "Elevate Imaging",
|
|
"CompanyShortNameCN": "展影医疗",
|
|
"SiteUrl": "https://lili.test.elevateimaging.ai/login"
|
|
}
|
|
|
|
}
|