feat: force password reset + waitlist

This commit is contained in:
Andras Bacsai
2023-08-15 14:11:38 +02:00
parent 952d335789
commit 88b3005589
35 changed files with 482 additions and 44 deletions

View File

@@ -1,5 +1,8 @@
<?php
return [
'waitlist' => [
'confirmation_valid_for_minutes' => 10,
],
'invitation' => [
'link' => [
'base_url' => '/invitations/',
@@ -11,6 +14,6 @@ return [
'basic' => 1,
'pro' => 3,
'ultimate' => 9999999999999999999,
]
]
],
],
];

View File

@@ -2,6 +2,7 @@
return [
'self_hosted' => env('SELF_HOSTED', true),
'waitlist' => env('WAITLIST', false),
'license_url' => 'https://license.coolify.io',
'lemon_squeezy_webhook_secret' => env('LEMON_SQUEEZY_WEBHOOK_SECRET', null),
'lemon_squeezy_checkout_id_monthly_basic' => env('LEMON_SQUEEZY_CHECKOUT_ID_MONTHLY_BASIC', null),