summaryrefslogtreecommitdiff
path: root/appsettings.json
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-17 13:54:01 +1000
committerJake Mannens <jake@asger.xyz>2025-08-18 17:03:21 +1000
commit7dcc15cb52c29cc1c0112e3af2cf985b26cd7653 (patch)
treeb12e2c30c8a1717079f5704151af743347c40d1e /appsettings.json
parentf150338f7a275bd7664f59a4365f163a17049bd0 (diff)
Fixed implicit tagging completely and switched DB to PostgreSQL
Diffstat (limited to 'appsettings.json')
-rw-r--r--appsettings.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/appsettings.json b/appsettings.json
index 10f68b8..90977fc 100644
--- a/appsettings.json
+++ b/appsettings.json
@@ -5,5 +5,8 @@
"Microsoft.AspNetCore": "Warning"
}
},
+ "ConnectionStrings": {
+ "DefaultConnection": "Host=127.0.0.1;Database=HyperBooru;Username=hyperbooru;Password=password"
+ },
"AllowedHosts": "*"
}