diff --git a/IRaCIS.Core.API/appsettings.US_Test_510K.json b/IRaCIS.Core.API/appsettings.US_Test_510K.json new file mode 100644 index 0000000..cfd6d52 --- /dev/null +++ b/IRaCIS.Core.API/appsettings.US_Test_510K.json @@ -0,0 +1,31 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "ConnectionStrings": { + "RemoteNew": "Server=us-mssql-service,1433;Database=US_Test_510K;User ID=sa;Password=xc@123456;TrustServerCertificate=true" + }, + "BasicSystemConfig": { + + "OpenUserComplexPassword": true, + + "OpenSignDocumentBeforeWork": false, + + "OpenTrialRelationDelete": true, + + "OpenLoginLimit": true + }, + + "SystemEmailSendConfig": { + "Port": 465, + "Host": "smtp.qiye.aliyun.com", + "FromEmail": "test@extimaging.com", + "FromName": "Test_IRC", + "AuthorizationCode": "SHzyyl2021" + } + +} \ No newline at end of file