This commit is contained in:
11
apps/www/.env.example
Normal file
11
apps/www/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# Waggle Landing Page Environment
|
||||
|
||||
# Public landing page API (legacy Vite var — read by src/components/Pricing.tsx
|
||||
# until §2 ports it to NEXT_PUBLIC_API_URL).
|
||||
VITE_API_URL=https://cloud.waggle-os.ai
|
||||
|
||||
# Stripe checkout — placeholder values trip a "configuration required" guard
|
||||
# in /api/stripe/checkout instead of attempting a real Stripe call. Real keys
|
||||
# are a Marko-side pre-launch action; do NOT commit live secrets here.
|
||||
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_REPLACE_ME
|
||||
STRIPE_SECRET_KEY=sk_test_REPLACE_ME
|
||||
Reference in New Issue
Block a user