summaryrefslogtreecommitdiff
path: root/wwwroot/appsettings.Development.json
diff options
context:
space:
mode:
Diffstat (limited to 'wwwroot/appsettings.Development.json')
-rw-r--r--wwwroot/appsettings.Development.json14
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
+ }
}