aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/appsettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/appsettings.json')
-rw-r--r--server/src/appsettings.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/server/src/appsettings.json b/server/src/appsettings.json
deleted file mode 100644
index 8727fd7..0000000
--- a/server/src/appsettings.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "AllowedHosts": "*",
- "Serilog": {
- "MinimumLevel": {
- "Default": "Information",
- "Override": {
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information",
- "Microsoft.EntityFrameworkCore": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "Filter": [
- {
- "Name": "ByExcluding",
- "Args": {
- "expression": "@mt = 'An unhandled exception has occurred while executing the request.'"
- }
- }
- ]
- }
-}