From a53ade88e7aab9889b639c058fbfffd100c9e25f Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:35:35 -0600 Subject: [PATCH] refactor(dokploy): add SITE_URL --- apps/dokploy/server/utils/stripe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/server/utils/stripe.ts b/apps/dokploy/server/utils/stripe.ts index 7044769d..b5af6a0b 100644 --- a/apps/dokploy/server/utils/stripe.ts +++ b/apps/dokploy/server/utils/stripe.ts @@ -1,7 +1,7 @@ export const WEBSITE_URL = process.env.NODE_ENV === "development" ? "http://localhost:3000" - : "https://app.dokploy.com"; + : process.env.SITE_URL; const BASE_PRICE_MONTHLY_ID = process.env.BASE_PRICE_MONTHLY_ID || ""; // $4.00