diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-24 02:12:17 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-15 10:45:43 +1000 |
| commit | 51f2bd878968503e0117f6fa8aeccaac5d5e0f46 (patch) | |
| tree | 3b7ba428cc4139f31c60fe05c09b0baebc09668e /wwwroot/appsettings.Development.json | |
| parent | 5744e5bc519cac19e88334b1fdd67b548bbfc0a3 (diff) | |
Removed server config items from appsettings.json
Diffstat (limited to 'wwwroot/appsettings.Development.json')
| -rw-r--r-- | wwwroot/appsettings.Development.json | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/wwwroot/appsettings.Development.json b/wwwroot/appsettings.Development.json index b3da6a4..770d3e9 100644 --- a/wwwroot/appsettings.Development.json +++ b/wwwroot/appsettings.Development.json @@ -1,19 +1,9 @@ { - "AllowedHosts": "*", - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://0.0.0.0:7132" - } - } - }, "DetailedErrors": true, "Logging": { "LogLevel": { "Default": "Information", - "Microsoft.AspNetCore": "Warning", - "HyperBooru.Services.OcrService": "Debug" + "Microsoft.AspNetCore": "Warning" } - }, - "DisableOcr": true + } } |
