mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-15 05:25:33 -04:00
switch to cloudflare turnstile
This commit is contained in:
@@ -22,12 +22,12 @@ RESEND_API_KEY=
|
||||
RESEND_DOMAIN=
|
||||
|
||||
# required for production. falls back to testing keys if not set or in dev environment:
|
||||
# https://docs.hcaptcha.com/#integration-testing-test-keys
|
||||
# https://developers.cloudflare.com/turnstile/troubleshooting/testing/
|
||||
# site key must be prefixed with NEXT_PUBLIC_ since it is used to embed the actual captcha widget.
|
||||
# https://dashboard.hcaptcha.com/sites
|
||||
NEXT_PUBLIC_HCAPTCHA_SITE_KEY=
|
||||
# https://developers.cloudflare.com/turnstile/
|
||||
NEXT_PUBLIC_TURNSTILE_SITE_KEY=
|
||||
# used only for backend validation of contact form submissions on /api/contact.
|
||||
HCAPTCHA_SECRET_KEY=
|
||||
TURNSTILE_SECRET_KEY=
|
||||
|
||||
# optional. sets the site ID of the fathom analytics script.
|
||||
# https://app.usefathom.com/sites
|
||||
|
Reference in New Issue
Block a user