From 227f65caf185d13a319a41648cbf60d739a763ef Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 23 Oct 2024 10:00:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=91=E5=B8=83=E7=8E=AF?= =?UTF-8?q?=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/IRaCIS.Core.API.csproj | 5 +++ IRaCIS.Core.API/appsettings.US_Prod_510K.json | 31 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 IRaCIS.Core.API/appsettings.US_Prod_510K.json diff --git a/IRaCIS.Core.API/IRaCIS.Core.API.csproj b/IRaCIS.Core.API/IRaCIS.Core.API.csproj index 20e71f5..dd30b4e 100644 --- a/IRaCIS.Core.API/IRaCIS.Core.API.csproj +++ b/IRaCIS.Core.API/IRaCIS.Core.API.csproj @@ -137,6 +137,11 @@ + + PreserveNewest + true + PreserveNewest + Always diff --git a/IRaCIS.Core.API/appsettings.US_Prod_510K.json b/IRaCIS.Core.API/appsettings.US_Prod_510K.json new file mode 100644 index 0000000..cb5af1c --- /dev/null +++ b/IRaCIS.Core.API/appsettings.US_Prod_510K.json @@ -0,0 +1,31 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "ConnectionStrings": { + "RemoteNew": "Server=us-prod-mssql-service,1433;Database=US_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