Cleanup recaptcha middleware

This commit is contained in:
Dane Everitt
2017-03-31 21:12:49 -04:00
parent 451dd7ebc8
commit ff57e2ff85
2 changed files with 20 additions and 18 deletions

View File

@@ -7,6 +7,11 @@ return [
*/
'enabled' => env('RECAPTCHA_ENABLED', true),
/*
* API endpoint for recaptcha checks. You should not edit this.
*/
'domain' => 'https://www.google.com/recaptcha/api/siteverify',
/*
* Use a custom secret key, we use our public one by default
*/