Update server limits using environment variables
This commit is contained in:
parent
3cf41e1e23
commit
72cfa3e7b0
@ -26,9 +26,9 @@ return [
|
||||
'server' => [
|
||||
'zero' => 0,
|
||||
'self-hosted' => 999999999999,
|
||||
'basic' => 2,
|
||||
'pro' => 10,
|
||||
'ultimate' => 25,
|
||||
'basic' => env('LIMIT_SERVER_BASIC', 2),
|
||||
'pro' => env('LIMIT_SERVER_PRO', 10),
|
||||
'ultimate' => env('LIMIT_SERVER_ULTIMATE', 25),
|
||||
],
|
||||
'email' => [
|
||||
'zero' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user