Made it possible to disable captcha.

This commit is contained in:
2024-07-26 22:13:14 +05:00
parent a5e3c5ed25
commit 8bc4c0d8d0
7 changed files with 40 additions and 14 deletions

View File

@@ -28,6 +28,15 @@ return [
'env' => env('APP_ENV', 'production'),
/*
|--------------------------------------------------------------------------
| Сaptcha
|--------------------------------------------------------------------------
|
| Enables or disables captcha.
*/
'captcha' => (bool) env('APP_CAPTCHA', false),
/*
|--------------------------------------------------------------------------
| Application Debug Mode