|
|
|
@ -61,8 +61,7 @@ return [
|
|
|
|
| Cap (self-hosted proof-of-work CAPTCHA)
|
|
|
|
| Cap (self-hosted proof-of-work CAPTCHA)
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| The endpoint is the instance base URL WITHOUT the site key, e.g.
|
|
|
|
| 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
|
|
|
|
| https://cap.example.com. The site key/secret are separate values;
|
|
|
|
| endpoint (https://cap.example.com/your-site-key/) is composed by CapDriver.
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
'cap' => [
|
|
|
|
'cap' => [
|
|
|
|
'endpoint' => env('CAPTCHA_CAP_ENDPOINT'),
|
|
|
|
'endpoint' => env('CAPTCHA_CAP_ENDPOINT'),
|
|
|
|
|