chore: remove unused waitlist stuff

This commit is contained in:
peaklabs-dev
2024-12-09 12:00:54 +01:00
parent 19064beb2a
commit d9248508b4
11 changed files with 31 additions and 350 deletions

View File

@@ -77,11 +77,6 @@ return [
],
],
'waitlist' => [
'enabled' => env('WAITLIST', false),
'expiration' => 10,
],
'sentry' => [
'sentry_dsn' => env('SENTRY_DSN'),
],