diff options
Diffstat (limited to 'LibMatrix.DebugDataValidationApi/appsettings.Development.json')
-rw-r--r-- | LibMatrix.DebugDataValidationApi/appsettings.Development.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/LibMatrix.DebugDataValidationApi/appsettings.Development.json b/LibMatrix.DebugDataValidationApi/appsettings.Development.json deleted file mode 100644 index 12c8ab9..0000000 --- a/LibMatrix.DebugDataValidationApi/appsettings.Development.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Information", - "Microsoft.AspNetCore.Routing": "Warning", - "Microsoft.AspNetCore.Mvc": "Warning", - "Microsoft.AspNetCore.Cors": "Warning" - } - } -} |