diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-17 13:54:01 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-17 13:54:01 +1000 |
| commit | a57b6ea2e174cedb04a422a05a180f377ed4c448 (patch) | |
| tree | cd454fa16c7d37a484268c722b9b57527dad2b4b /appsettings.json | |
| parent | 727dcaacc6df8813a9296ac858dd51d11f3737b8 (diff) | |
Fixed implicit tagging completely and switched DB to PostgreSQL
Diffstat (limited to 'appsettings.json')
| -rw-r--r-- | appsettings.json | 3 |
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": "*" } |
