| Current Path : /home/users/unlimited/www/foodbank.codeskitter.site/config/ |
| Current File : /home/users/unlimited/www/foodbank.codeskitter.site/config/captcha.php |
<?php
return [
'secret' => env('NOCAPTCHA_SECRET'),
'sitekey' => env('NOCAPTCHA_SITEKEY'),
'options' => [
'timeout' => 30,
],
];