diff --git a/.gitignore b/.gitignore index 0f0811c..bfb719c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ riderModule.iml Oryon.sln.DotSettings.user .idea/ OryUI.sln.DotSettings.user +KratosSelfService/appsettings.Development.json diff --git a/KratosSelfService/appsettings.Development.json b/KratosSelfService/appsettings.Development.json deleted file mode 100644 index 0c208ae..0000000 --- a/KratosSelfService/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - } -}