vestige/apps/dashboard/.env.example

10 lines
510 B
Text
Raw Normal View History

# Optional public waitlist capture endpoint used by /dashboard/waitlist.
# The page POSTs JSON with: name, email, plan, priority, notes, source, createdAt.
# Examples: Formspree, Tally webhook, Buttondown custom endpoint, Supabase Edge Function.
VITE_WAITLIST_ENDPOINT=
# Optional support bot endpoint used by /dashboard/waitlist.
# The page POSTs JSON with: question, plan, priority, source, and recent history.
# If unset, the page uses the built-in deterministic onboarding FAQ.
VITE_SUPPORT_BOT_ENDPOINT=