summaryrefslogtreecommitdiff
path: root/appsettings.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 /appsettings.json
parenta4d211544bbb3a51d1543bc7d1954e35a48f0adc (diff)
Moved appsettings.json to wwwroot
Diffstat (limited to 'appsettings.json')
-rw-r--r--appsettings.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/appsettings.json b/appsettings.json
deleted file mode 100644
index 414e673..0000000
--- a/appsettings.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "ConnectionStrings": {
- "DefaultConnection": "Host=127.0.0.1;Database=hyperbooru;Username=hyperbooru;Password=password"
- },
- "AllowedHosts": "*"
-}