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.
This commit is contained in:
giancarlo
2024-04-15 17:30:09 +08:00
parent b0fe19e73e
commit 81e662e63d

View File

@@ -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