mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 00:52:43 +01:00
Make recaptcha domain configurable
This commit is contained in:
parent
f8c48214a5
commit
abac317802
@ -9,7 +9,7 @@ return [
|
||||
/*
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user