1
1
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:
DaneEveritt 2022-07-24 17:13:14 -04:00
parent f8c48214a5
commit abac317802
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -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