Make recaptcha domain configurable
This commit is contained in:
parent
f8c48214a5
commit
abac317802
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ return [
|
||||||
/*
|
/*
|
||||||
* API endpoint for recaptcha checks. You should not edit this.
|
* API endpoint for recaptcha checks. You should not edit this.
|
||||||
*/
|
*/
|
||||||
'domain' => 'https://www.google.com/recaptcha/api/siteverify',
|
'domain' => env('RECAPTCHA_DOMAIN', 'https://www.google.com/recaptcha/api/siteverify'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Use a custom secret key, we use our public one by default
|
* Use a custom secret key, we use our public one by default
|
||||||
|
|
Loading…
Reference in a new issue