diff --git a/frontend/env/project_staging.js b/frontend/env/project_staging.js index 611eb27345f8..d69548f70853 100644 --- a/frontend/env/project_staging.js +++ b/frontend/env/project_staging.js @@ -16,6 +16,10 @@ const Project = { flagsmithClientEdgeAPI: 'https://edge.bullet-train-staging.win/api/v1/', // This is used for Sentry tracking maintenance: false, + plans: { + scaleUp: { annual: 'Scale-Up-v4-USD-Yearly', monthly: 'Scale-Up-v4-USD-Monthly' }, + startup: { annual: 'startup-annual-v2', monthly: 'startup-v2' }, + }, useSecureCookies: true, ...(_globalThis.projectOverrides || {}), }