chore: add WAITLIST_MODE and RESEND_AUDIENCE_PLANNER to .env.example
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user