From 2e666e84dcf837d66301d7d86e9ac159f482a67e Mon Sep 17 00:00:00 2001 From: Deeman Date: Fri, 20 Feb 2026 00:25:12 +0100 Subject: [PATCH] chore: add WAITLIST_MODE and RESEND_AUDIENCE_PLANNER to .env.example --- padelnomics/.env.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/padelnomics/.env.example b/padelnomics/.env.example index 3398e78..6b615ef 100644 --- a/padelnomics/.env.example +++ b/padelnomics/.env.example @@ -30,6 +30,13 @@ RESEND_API_KEY= EMAIL_FROM=hello@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) # Run `uv run python -m padelnomics.scripts.setup_paddle` to create products # and a webhook notification destination. It writes PADDLE_WEBHOOK_SECRET and