mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 01:50:38 +00:00
env variables refactoring
This commit is contained in:
@@ -20,7 +20,7 @@ class ReCaptchaRules implements Rule
|
||||
'https://www.google.com/recaptcha/api/siteverify',
|
||||
[
|
||||
'form_params' => [
|
||||
'secret' => env('RECAPTCHA_CLIENT_SECRET', false),
|
||||
'secret' => config('services.recaptcha.client_secret'),
|
||||
'remoteip' => request()->getClientIp(),
|
||||
'response' => $value,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user