mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
Closes the following issues. https://github.com/twentyhq/core-team-issues/issues/2371 https://github.com/twentyhq/core-team-issues/issues/2379 https://github.com/twentyhq/core-team-issues/issues/2383
16 lines
551 B
Text
16 lines
551 B
Text
PARTNER_APPLICATION_WEBHOOK_URL=
|
|
|
|
# Public site URL (used for Stripe checkout success URL and billing portal return)
|
|
NEXT_PUBLIC_WEBSITE_URL=
|
|
|
|
# Stripe — self-hosted enterprise checkout & subscription APIs
|
|
STRIPE_SECRET_KEY=
|
|
STRIPE_ENTERPRISE_MONTHLY_PRICE_ID=
|
|
STRIPE_ENTERPRISE_YEARLY_PRICE_ID=
|
|
|
|
# RS256 key pair used to sign enterprise license JWTs (use literal \n in PEM for env)
|
|
ENTERPRISE_JWT_PRIVATE_KEY=
|
|
ENTERPRISE_JWT_PUBLIC_KEY=
|
|
|
|
# Optional: short-lived validity token length in days (default 30)
|
|
# ENTERPRISE_VALIDITY_TOKEN_DURATION_DAYS=
|