From ed79851e8beb81d3701ee71b2adc09f5c908a84e Mon Sep 17 00:00:00 2001 From: Tomasi - Developing Date: Mon, 30 Sep 2024 14:50:02 +0200 Subject: [PATCH] .. --- .gitignore | 4 +++- Api/appsettings.Development.json | 8 -------- Api/appsettings.json | 9 --------- 3 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 Api/appsettings.Development.json delete mode 100644 Api/appsettings.json diff --git a/.gitignore b/.gitignore index 276337c..c8de817 100644 --- a/.gitignore +++ b/.gitignore @@ -361,4 +361,6 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/Api/appsettings.json +/Api/appsettings.Development.json diff --git a/Api/appsettings.Development.json b/Api/appsettings.Development.json deleted file mode 100644 index 0c208ae..0000000 --- a/Api/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - } -} diff --git a/Api/appsettings.json b/Api/appsettings.json deleted file mode 100644 index 10f68b8..0000000 --- a/Api/appsettings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*" -}