diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-24 02:09:57 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-11 01:13:31 +1000 |
| commit | 5278732fde7a657de82e9e91657ccc0cdfb47ccf (patch) | |
| tree | b1ba1a0074b5475072d76a7f752a6cb68d5f392b /appsettings.Development.json | |
| parent | a4d211544bbb3a51d1543bc7d1954e35a48f0adc (diff) | |
Moved appsettings.json to wwwroot
Diffstat (limited to 'appsettings.Development.json')
| -rw-r--r-- | appsettings.Development.json | 19 |
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 -} |
