moving
Some checks failed
Installer Smoke / installer-smoke (push) Has been cancelled

This commit is contained in:
Oleg Maslov
2026-09-02 10:10:29 +02:00
commit 0c3e2ead3b
3841 changed files with 970576 additions and 0 deletions

11
apps/www/.env.example Normal file
View 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