From b147f9f56ebe78df95bfe02d2bf32341f3b6678a Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Sat, 11 May 2024 09:22:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0aws=20=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/appsettings.US_Test_510K.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 IRaCIS.Core.API/appsettings.US_Test_510K.json 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