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 | |
| parent | 5744e5bc519cac19e88334b1fdd67b548bbfc0a3 (diff) | |
Removed server config items from appsettings.json
Diffstat (limited to 'wwwroot')
| -rw-r--r-- | wwwroot/appsettings.Development.json | 14 | ||||
| -rw-r--r-- | wwwroot/appsettings.json | 6 |
2 files changed, 3 insertions, 17 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 + } } diff --git a/wwwroot/appsettings.json b/wwwroot/appsettings.json index 414e673..0c208ae 100644 --- a/wwwroot/appsettings.json +++ b/wwwroot/appsettings.json @@ -4,9 +4,5 @@ "Default": "Information", "Microsoft.AspNetCore": "Warning" } - }, - "ConnectionStrings": { - "DefaultConnection": "Host=127.0.0.1;Database=hyperbooru;Username=hyperbooru;Password=password" - }, - "AllowedHosts": "*" + } } |
