disable waitlist
This commit is contained in:
parent
f55bb5b0fb
commit
15abd39c8f
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
],
|
||||
|
||||
'waitlist' => [
|
||||
'enabled' => env('WAITLIST', true),
|
||||
'enabled' => env('WAITLIST', false),
|
||||
'expiration' => 10,
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue