chore: add WAITLIST_MODE and RESEND_AUDIENCE_PLANNER to .env.example

This commit is contained in:
Deeman
2026-02-20 00:25:12 +01:00
parent cb1fc00027
commit 2e666e84dc

View File

@@ -30,6 +30,13 @@ RESEND_API_KEY=
EMAIL_FROM=hello@padelnomics.io EMAIL_FROM=hello@padelnomics.io
ADMIN_EMAIL=leads@padelnomics.io ADMIN_EMAIL=leads@padelnomics.io
# Waitlist mode — set to true to gate routes and capture emails before launch.
# Resend audiences are created automatically per blueprint (waitlist-auth,
# waitlist-suppliers, etc.) on first signup — no audience IDs needed.
WAITLIST_MODE=false
# Optional: Resend audience ID for the planner/export waitlist (legacy, manual)
RESEND_AUDIENCE_PLANNER=
# Paddle — leave blank to skip checkout (overlay won't initialize) # Paddle — leave blank to skip checkout (overlay won't initialize)
# Run `uv run python -m padelnomics.scripts.setup_paddle` to create products # Run `uv run python -m padelnomics.scripts.setup_paddle` to create products
# and a webhook notification destination. It writes PADDLE_WEBHOOK_SECRET and # and a webhook notification destination. It writes PADDLE_WEBHOOK_SECRET and