diff --git a/config/constants.php b/config/constants.php index 5c54cea0d..532feb56c 100644 --- a/config/constants.php +++ b/config/constants.php @@ -78,7 +78,7 @@ return [ ], 'waitlist' => [ - 'enabled' => env('WAITLIST', true), + 'enabled' => env('WAITLIST', false), 'expiration' => 10, ],