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": "*" -}