We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb892a commit fa2cfffCopy full SHA for fa2cfff
config/google-recaptcha-v3.php
@@ -1,11 +1,11 @@
1
<?php
2
3
return [
4
- 'enabled' => env('GOOGLE_RECAPTCHA_V3_ENABLED'),
+ 'enabled' => null, // env('GOOGLE_RECAPTCHA_V3_ENABLED'),
5
6
- 'site_key' => env('GOOGLE_RECAPTCHA_V3_SITE_KEY'),
+ 'site_key' => null, // env('GOOGLE_RECAPTCHA_V3_SITE_KEY'),
7
8
- 'secret_key' => env('GOOGLE_RECAPTCHA_V3_SECRET_KEY'),
+ 'secret_key' => null, // env('GOOGLE_RECAPTCHA_V3_SECRET_KEY'),
9
10
'score_threshold' => null,
11
];
0 commit comments