summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/WhatApi/appsettings.Development.json8
-rw-r--r--api/WhatApi/appsettings.json9
2 files changed, 0 insertions, 17 deletions
diff --git a/api/WhatApi/appsettings.Development.json b/api/WhatApi/appsettings.Development.json
deleted file mode 100644
index 0c208ae..0000000
--- a/api/WhatApi/appsettings.Development.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- }
-}
diff --git a/api/WhatApi/appsettings.json b/api/WhatApi/appsettings.json
deleted file mode 100644
index 10f68b8..0000000
--- a/api/WhatApi/appsettings.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*"
-}