chore: remove legacy deployment domains

This commit is contained in:
2026-05-06 14:33:34 -04:00
parent 5c0e40db7e
commit d59d667796
3 changed files with 1 additions and 5 deletions

View File

@@ -70,7 +70,6 @@ public static class DependencyInjection
{
authenticationBuilder.AddJwtBearer(JwtBearerDefaults.AuthenticationScheme, jwtBearerOptions =>
{
jwtBearerOptions.Authority = "https://hutopy.com";
jwtBearerOptions.TokenValidationParameters = new TokenValidationParameters
{
ValidateIssuer = true,

View File

@@ -2,9 +2,6 @@
"Stripe": {
"SocializeRate": 0.05
},
"Website": {
"FrontendBaseUrl": "https://socialize.mapachotes.com"
},
"LocalBlobStorage": {
"RootPath": "App_Data/blob-storage",
"RequestPath": "/api/storage"