mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
disable waitlist
This commit is contained in:
parent
f55bb5b0fb
commit
15abd39c8f
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ return [
|
|||
],
|
||||
|
||||
'waitlist' => [
|
||||
'enabled' => env('WAITLIST', true),
|
||||
'enabled' => env('WAITLIST', false),
|
||||
'expiration' => 10,
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue