summaryrefslogtreecommitdiff
path: root/wwwroot/appsettings.Development.json
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-05-24 02:09:57 +1000
committerJake Mannens <jake@asger.xyz>2026-06-11 01:13:31 +1000
commit5278732fde7a657de82e9e91657ccc0cdfb47ccf (patch)
treeb1ba1a0074b5475072d76a7f752a6cb68d5f392b /wwwroot/appsettings.Development.json
parenta4d211544bbb3a51d1543bc7d1954e35a48f0adc (diff)
Moved appsettings.json to wwwroot
Diffstat (limited to 'wwwroot/appsettings.Development.json')
-rw-r--r--wwwroot/appsettings.Development.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/wwwroot/appsettings.Development.json b/wwwroot/appsettings.Development.json
new file mode 100644
index 0000000..b3da6a4
--- /dev/null
+++ b/wwwroot/appsettings.Development.json
@@ -0,0 +1,19 @@
+{
+ "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
+}