From ad5b9e64a4c0c5d0cbdfd337fcca26fd35f30c91 Mon Sep 17 00:00:00 2001 From: Mostafa Abdo Date: Tue, 4 Mar 2025 09:34:56 -0800 Subject: [PATCH] remove and ignore appsettings.Development.json --- .gitignore | 2 ++ .../appsettings.Development.json | 32 ------------------- 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 CSETWebApi/CSETWeb_Api/CSETWeb_ApiCore/appsettings.Development.json diff --git a/.gitignore b/.gitignore index a711daee2e..9b543e2018 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,5 @@ CSETWebApi/NCUA-EXAMINER-TOOL /CSETWebApi/CSETWeb_Api/CSETWebCore.DatabaseManagerTests1/Data/CSETWeb_log.ldf /CSETWebApi/CSETWeb_Api/CSETWeb_ApiCore/Diagram-orig /gallery-editor + +CSETWebApi/CSETWeb_Api/CSETWeb_ApiCore/appsettings.Development.json diff --git a/CSETWebApi/CSETWeb_Api/CSETWeb_ApiCore/appsettings.Development.json b/CSETWebApi/CSETWeb_Api/CSETWeb_ApiCore/appsettings.Development.json deleted file mode 100644 index 028d24f223..0000000000 --- a/CSETWebApi/CSETWeb_Api/CSETWeb_ApiCore/appsettings.Development.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "ConnectionStrings": { - "CSET_DB": "data source=(localdb)\\INLLocalDB2022;initial catalog=CSETWeb;persist security info=True;Integrated Security=SSPI;MultipleActiveResultSets=True;Encrypt=false" - }, - "ClientCode": "DHS", - "AppCode": "CSET", - "EnterpriseInstallation": "false", - "JWTExpiryMinutes": 60, - "AssessmentUploadUrl": "http://localhost:5001", - "ApiKey": "", - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "Library": { - "Host": "csetac", - "Port": "5780" - }, - "Email": { - "SmtpHost": "mailhost.inl.gov", - "SmtpPort": "25", - "SmtpUsername": "your-smtp-username", - "SmtpPassword": "your-smtp-password", - "SmtpSsl": "false", - "SenderEmail": "no-reply@changeme", - "SenderDisplayName": "CSET User Administration" - }, - "AllowedHosts": "*" -} \ No newline at end of file