diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-24 02:12:17 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-11 01:13:31 +1000 |
| commit | 03055cb1b262a2b9a0516ad3aa523e503edeb36b (patch) | |
| tree | e5ff5441cfb7891059c2e524a17d43b2080112d2 /wwwroot/appsettings.json | |
| parent | 5278732fde7a657de82e9e91657ccc0cdfb47ccf (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": "*" + } } |
