From c934afb0a9458656995f6990f871cf1c5c2b1dde Mon Sep 17 00:00:00 2001 From: Shlee Date: Tue, 15 Sep 2026 01:20:45 +0930 Subject: [PATCH] Set CAPTCHA_CAP_ENDPOINT to example.com --- .env.captcha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.captcha b/.env.captcha index 9247606dc..8e504f6dc 100644 --- a/.env.captcha +++ b/.env.captcha @@ -28,7 +28,7 @@ CAPTCHA_TURNSTILE_FAIL_OPEN=false # --- Cap (driver: cap) --- # Base URL WITHOUT the site key -CAPTCHA_CAP_ENDPOINT= +CAPTCHA_CAP_ENDPOINT=https://example.com CAPTCHA_CAP_SITEKEY= CAPTCHA_CAP_SECRET= CAPTCHA_CAP_TIMEOUT=5