{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, <<<<<<<< HEAD:IRaCIS.Core.API/appsettings.US_Test_IRC.json "ConnectionStrings": { "RemoteNew": "Server=106.14.89.110,1435;Database=Test_IRC;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": { "ObjectStoreUse": "MinIO", ======== "ObjectStoreService": { "ObjectStoreUse": "AliyunOSS", >>>>>>>> Test_IRC_Net8:IRC.Core.SCP/appsettings.Test_IRC_SCP.json "AliyunOSS": { "regionId": "cn-shanghai", "internalEndpoint": "https://oss-cn-shanghai-internal.aliyuncs.com", "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": { <<<<<<<< HEAD:IRaCIS.Core.API/appsettings.US_Test_IRC.json //"endPoint": "hir-oss.uat.extimaging.com", //"port": "443", //"useSSL": true, //"viewEndpoint": "https://hir-oss.uat.extimaging.com/hir-uat", "endPoint": "47.117.164.182", "port": "9001", "useSSL": false, "viewEndpoint": "http://47.117.164.182:9001/test-irc-us", "accessKey": "b9Ul0e98xPzt6PwRXA1Q", "secretKey": "DzMaU2L4OXl90uytwOmDXF2encN0Jf4Nxu2XkYqQ", "bucketName": "test-irc-us" ======== "endPoint": "106.14.89.110", "port": "9001", "useSSL": false, "accessKey": "fbStsVYCIPKHQneeqMwD", "secretKey": "TzgvyA3zGXMUnpilJNUlyMYHfosl1hBMl6lxPmjy", "bucketName": "hir-test", "viewEndpoint": "http://106.14.89.110:9001/hir-test/" >>>>>>>> Test_IRC_Net8:IRC.Core.SCP/appsettings.Test_IRC_SCP.json }, "AWS": { "endPoint": "s3.us-east-1.amazonaws.com", "useSSL": false, "accessKey": "AKIAZQ3DRSOHFPJJ6FEU", "secretKey": "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", "bucketName": "ei-irc-test-store", "viewEndpoint": "https://ei-irc-test-store.s3.amazonaws.com/" } }, "ConnectionStrings": { "RemoteNew": "Server=106.14.89.110,1435;Database=Test_IRC;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" }, "BasicSystemConfig": { "OpenUserComplexPassword": false, "OpenSignDocumentBeforeWork": false, "OpenTrialRelationDelete": true, "OpenLoginLimit": false, "LoginMaxFailCount": 5, <<<<<<<< HEAD:IRaCIS.Core.API/appsettings.US_Test_IRC.json "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" } ======== "LoginFailLockMinutes": 30 }, "SystemEmailSendConfig": { "Port": 465, "Host": "smtp.qiye.aliyun.com", "FromEmail": "test-study@extimaging.com", "FromName": "Test_Study", "AuthorizationCode": "zhanying123", >>>>>>>> Test_IRC_Net8:IRC.Core.SCP/appsettings.Test_IRC_SCP.json "SiteUrl": "http://study.test.extimaging.com/login" }, "DicomSCPServiceConfig": { "CalledAEList": [ "STORESCP", "Value1", "Value2", "Value3" ], "ServerPort": 11112 } }