disable waitlist

This commit is contained in:
peaklabs-dev 2024-11-13 18:38:30 +01:00
parent f55bb5b0fb
commit 15abd39c8f
No known key found for this signature in database

View file

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