12 lines
523 B
Plaintext
12 lines
523 B
Plaintext
# 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
|