fix: subscriptions

This commit is contained in:
Andras Bacsai
2023-08-30 18:23:55 +02:00
parent 5b6667c461
commit 923af88336
20 changed files with 147 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
<?php
return [
'waitlist' => [
'confirmation_valid_for_minutes' => 10,
'expiration' => 10,
],
'invitation' => [
'link' => [
@@ -15,5 +15,10 @@ return [
'pro' => 10,
'ultimate' => 25,
],
'smtp' => [
'basic' => false,
'pro' => true,
'ultimate' => true,
],
],
];