mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
cloud: add shared email option to everyone
This commit is contained in:
parent
d79c063fd6
commit
535375193c
1 changed files with 2 additions and 2 deletions
|
|
@ -31,9 +31,9 @@ return [
|
|||
'ultimate' => 25,
|
||||
],
|
||||
'email' => [
|
||||
'zero' => false,
|
||||
'zero' => true,
|
||||
'self-hosted' => true,
|
||||
'basic' => false,
|
||||
'basic' => true,
|
||||
'pro' => true,
|
||||
'ultimate' => true,
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue