diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-24 02:12:17 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-15 10:45:43 +1000 |
| commit | 51f2bd878968503e0117f6fa8aeccaac5d5e0f46 (patch) | |
| tree | 3b7ba428cc4139f31c60fe05c09b0baebc09668e /wwwroot/appsettings.json | |
| parent | 5744e5bc519cac19e88334b1fdd67b548bbfc0a3 (diff) | |
Removed server config items from appsettings.json
Diffstat (limited to 'wwwroot/appsettings.json')
| -rw-r--r-- | wwwroot/appsettings.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/wwwroot/appsettings.json b/wwwroot/appsettings.json index 414e673..0c208ae 100644 --- a/wwwroot/appsettings.json +++ b/wwwroot/appsettings.json @@ -4,9 +4,5 @@ "Default": "Information", "Microsoft.AspNetCore": "Warning" } - }, - "ConnectionStrings": { - "DefaultConnection": "Host=127.0.0.1;Database=hyperbooru;Username=hyperbooru;Password=password" - }, - "AllowedHosts": "*" + } } |
