- New /support route with Discord join button and contact form - Contact form sends via Resend to support@brackt.com (email stays hidden from users) - Spam protection: honeypot field + Cloudflare Turnstile verification - Server-side input length limits (subject: 200, message: 5000 chars) - Added Support nav link to navbar (desktop + mobile) Fixes #233 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
No EOL
317 B
Text
12 lines
No EOL
317 B
Text
NODE_ENV="development"
|
|
DATABASE_URL=""
|
|
CLERK_SECRET_KEY=""
|
|
CLERK_PUBLISHABLE_KEY=""
|
|
CLERK_WEBHOOK_SECRET=""
|
|
CONTAINER_REGISTRY=""
|
|
DEV_ADMIN_CLERK_ID=""
|
|
SENTRY_AUTH_TOKEN=""
|
|
SQUIGGLE_CONTACT_EMAIL=""
|
|
RESEND_API_KEY=""
|
|
TURNSTILE_SITE_KEY=1x00000000000000000000AA
|
|
TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA |