chore: remove legacy deployment domains
This commit is contained in:
@@ -70,7 +70,6 @@ public static class DependencyInjection
|
|||||||
{
|
{
|
||||||
authenticationBuilder.AddJwtBearer(JwtBearerDefaults.AuthenticationScheme, jwtBearerOptions =>
|
authenticationBuilder.AddJwtBearer(JwtBearerDefaults.AuthenticationScheme, jwtBearerOptions =>
|
||||||
{
|
{
|
||||||
jwtBearerOptions.Authority = "https://hutopy.com";
|
|
||||||
jwtBearerOptions.TokenValidationParameters = new TokenValidationParameters
|
jwtBearerOptions.TokenValidationParameters = new TokenValidationParameters
|
||||||
{
|
{
|
||||||
ValidateIssuer = true,
|
ValidateIssuer = true,
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
"Stripe": {
|
"Stripe": {
|
||||||
"SocializeRate": 0.05
|
"SocializeRate": 0.05
|
||||||
},
|
},
|
||||||
"Website": {
|
|
||||||
"FrontendBaseUrl": "https://socialize.mapachotes.com"
|
|
||||||
},
|
|
||||||
"LocalBlobStorage": {
|
"LocalBlobStorage": {
|
||||||
"RootPath": "App_Data/blob-storage",
|
"RootPath": "App_Data/blob-storage",
|
||||||
"RequestPath": "/api/storage"
|
"RequestPath": "/api/storage"
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ const disallowedRoutes = [
|
|||||||
'/verify-email',
|
'/verify-email',
|
||||||
];
|
];
|
||||||
|
|
||||||
const siteUrl = (process.env.VITE_PUBLIC_SITE_URL ?? process.env.SITE_URL ?? 'https://socialize.mapachotes.com')
|
const siteUrl = (process.env.VITE_PUBLIC_SITE_URL ?? process.env.SITE_URL ?? 'http://localhost:5173')
|
||||||
.replace(/\/$/, '');
|
.replace(/\/$/, '');
|
||||||
|
|
||||||
const distDir = resolve(process.cwd(), 'dist');
|
const distDir = resolve(process.cwd(), 'dist');
|
||||||
|
|||||||
Reference in New Issue
Block a user