summaryrefslogtreecommitdiff
path: root/appsettings.Development.json
diff options
context:
space:
mode:
Diffstat (limited to 'appsettings.Development.json')
-rw-r--r--appsettings.Development.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/appsettings.Development.json b/appsettings.Development.json
deleted file mode 100644
index b3da6a4..0000000
--- a/appsettings.Development.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "AllowedHosts": "*",
- "Kestrel": {
- "Endpoints": {
- "Http": {
- "Url": "http://0.0.0.0:7132"
- }
- }
- },
- "DetailedErrors": true,
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning",
- "HyperBooru.Services.OcrService": "Debug"
- }
- },
- "DisableOcr": true
-}