PORT=3001
CORS_ORIGIN=

# Google reCAPTCHA v3 — secret key (server-side only, NEVER expose to browser).
# Get yours at https://www.google.com/recaptcha/admin
# Create a v3 site, then paste the secret key below.
RECAPTCHA_SECRET_KEY=
# Minimum score (0.0 - 1.0) accepted for a submission to be treated as human.
# 0.5 is Google's recommended default; raise to 0.7 for stricter filtering.
RECAPTCHA_MIN_SCORE=0.5
