summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorivar <i@oiee.no>2025-12-02 21:50:46 +0100
committerivar <i@oiee.no>2025-12-02 21:50:46 +0100
commitd2089c0038460504869b27203143e40441a86eff (patch)
tree996850ba281502e44cc0715c56fe4e8de11b3f8d
parentb21c8de01fd05694a5f3d36a5d1f3172e70de339 (diff)
downloadwhat-d2089c0038460504869b27203143e40441a86eff.tar.xz
what-d2089c0038460504869b27203143e40441a86eff.zip
Remove appsettings
-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": "*"
-}