diff --git a/backend/login-counter/app/appsettings.development.json b/backend/login-counter/app/appsettings.development.json deleted file mode 100644 index e08b1c4..0000000 --- a/backend/login-counter/app/appsettings.development.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Debug", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Debug" - } - }, - - "Database": { - "ConnectionString": "" - } -} diff --git a/backend/login-counter/app/appsettings.production.json b/backend/login-counter/app/appsettings.production.json deleted file mode 100644 index dc5fa59..0000000 --- a/backend/login-counter/app/appsettings.production.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - - "Database": { - "ConnectionString": "" - } -} diff --git a/backend/login-counter/app/appsettings.staging.json b/backend/login-counter/app/appsettings.staging.json deleted file mode 100644 index dc5fa59..0000000 --- a/backend/login-counter/app/appsettings.staging.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - - "Database": { - "ConnectionString": "" - } -}