From 10198bf0395814fef737e3b052d44e7a1cc66b5d Mon Sep 17 00:00:00 2001 From: Shlee Date: Tue, 15 Sep 2026 00:44:53 +0930 Subject: [PATCH] Update captcha.php --- config/captcha.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/captcha.php b/config/captcha.php index b316f686c..7026d8ba6 100644 --- a/config/captcha.php +++ b/config/captcha.php @@ -61,8 +61,7 @@ return [ | Cap (self-hosted proof-of-work CAPTCHA) |-------------------------------------------------------------------------- | The endpoint is the instance base URL WITHOUT the site key, e.g. - | https://cap.example.com. The site key is a separate value; the full API - | endpoint (https://cap.example.com/your-site-key/) is composed by CapDriver. + | https://cap.example.com. The site key/secret are separate values; */ 'cap' => [ 'endpoint' => env('CAPTCHA_CAP_ENDPOINT'),