diff options
| author | ivar <i@oiee.no> | 2025-12-02 21:50:46 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-02 21:50:46 +0100 |
| commit | d2089c0038460504869b27203143e40441a86eff (patch) | |
| tree | 996850ba281502e44cc0715c56fe4e8de11b3f8d | |
| parent | b21c8de01fd05694a5f3d36a5d1f3172e70de339 (diff) | |
| download | what-d2089c0038460504869b27203143e40441a86eff.tar.xz what-d2089c0038460504869b27203143e40441a86eff.zip | |
Remove appsettings
| -rw-r--r-- | api/WhatApi/appsettings.Development.json | 8 | ||||
| -rw-r--r-- | api/WhatApi/appsettings.json | 9 |
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": "*" -} |
