Files
waggle-os/apps/www/.env.example
Oleg Maslov 0c3e2ead3b
Some checks failed
Installer Smoke / installer-smoke (push) Has been cancelled
moving
2026-09-02 10:10:29 +02:00

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