disable waitlist

This commit is contained in:
peaklabs-dev
2024-11-13 18:38:30 +01:00
parent f55bb5b0fb
commit 15abd39c8f

View File

@@ -78,7 +78,7 @@ return [
], ],
'waitlist' => [ 'waitlist' => [
'enabled' => env('WAITLIST', true), 'enabled' => env('WAITLIST', false),
'expiration' => 10, 'expiration' => 10,
], ],