From 81e662e63dab5fb52b773d974caf80a752100c7d Mon Sep 17 00:00:00 2001 From: giancarlo Date: Mon, 15 Apr 2024 17:30:09 +0800 Subject: [PATCH] Add Stripe as billing provider to environment variables This commit adds Stripe as the billing provider in the .env file for the web application. This change is essential for enabling Stripe-based transactions within the application. --- apps/web/.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/web/.env b/apps/web/.env index 0b5cd5895..705468663 100644 --- a/apps/web/.env +++ b/apps/web/.env @@ -13,6 +13,9 @@ NEXT_PUBLIC_DEFAULT_THEME_MODE=light NEXT_PUBLIC_THEME_COLOR="#ffffff" NEXT_PUBLIC_THEME_COLOR_DARK="#0a0a0a" +# BILLING +NEXT_PUBLIC_BILLING_PROVIDER=stripe + # CMS CMS_CLIENT=keystatic