mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-04-25 04:16:22 +02:00
feat: align landing page pricing with billing dashboard and fix Free tier limits
This commit is contained in:
parent
dc90f209fa
commit
06e5c81dd7
1 changed files with 2 additions and 2 deletions
|
|
@ -40,9 +40,9 @@ var DefaultPlans = map[string]Plan{
|
|||
"free": {
|
||||
ID: "free", Name: "Free",
|
||||
Description: "Scanner API — 1 000 сканов/мес, все 66 движков, без SOC Dashboard",
|
||||
MaxUsers: 1, MaxEventsMonth: 0, MaxIncidents: 0, MaxSensors: 0,
|
||||
MaxUsers: 1, MaxEventsMonth: 1000, MaxIncidents: 100, MaxSensors: 1,
|
||||
MaxScansMonth: 1000,
|
||||
RetentionDays: 0,
|
||||
RetentionDays: 3,
|
||||
SOCEnabled: false, SLAEnabled: false, SOAREnabled: false, ComplianceEnabled: false,
|
||||
PriceMonthCents: 0,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue