Added the plans.ts file to view all limits
This commit is contained in:
parent
d668b26b51
commit
f29245a302
26
src/limits/plans.ts
Normal file
26
src/limits/plans.ts
Normal file
@ -0,0 +1,26 @@
|
||||
export const planLimits = {
|
||||
personal: {
|
||||
LICENSES: 100,
|
||||
MEMBERS: 1,
|
||||
GROUPS: 3,
|
||||
KEYS: 1,
|
||||
META: 3,
|
||||
PERMISSIONS: 10
|
||||
},
|
||||
plus: {
|
||||
LICENSES: 5000,
|
||||
MEMBERS: 10,
|
||||
GROUPS: 15,
|
||||
KEYS: 10,
|
||||
META: 10,
|
||||
PERMISSIONS: 50
|
||||
},
|
||||
pro: {
|
||||
LICENSES: 50000,
|
||||
MEMBERS: 20,
|
||||
GROUPS: 40,
|
||||
KEYS: 20,
|
||||
META: 20,
|
||||
PERMISSIONS: 100
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user