Fix default value for Captcha setting (#1136)
This commit is contained in:
parent
68ed2355ad
commit
3d55336823
@ -7,7 +7,7 @@
|
|||||||
* Don't edit this file directly, add the section to your config.php
|
* Don't edit this file directly, add the section to your config.php
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
'enabled' => env('CAPTCHA_ENABLED', 'false'),
|
'enabled' => env('CAPTCHA_ENABLED', false),
|
||||||
'sitekey' => env('CAPTCHA_SITEKEY', ''),
|
'sitekey' => env('CAPTCHA_SITEKEY', ''),
|
||||||
'secret' => env('CAPTCHA_SECRET', ''),
|
'secret' => env('CAPTCHA_SECRET', ''),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user