fix: update env vars

This commit is contained in:
Mythie
2023-05-06 14:33:42 +10:00
parent da0166b746
commit e80997f462

View File

@ -40,7 +40,8 @@ MAIL_FROM='documenso@localhost.com'
# STRIPE # STRIPE
STRIPE_API_KEY= STRIPE_API_KEY=
STRIPE_WEBHOOK_SECRET= STRIPE_WEBHOOK_SECRET=
STRIPE_PRICE_ID= NEXT_PUBLIC_STRIPE_COMMUNITY_PLAN_MONTHLY_PRICE_ID=
NEXT_PUBLIC_STRIPE_COMMUNITY_PLAN_YEARLY_PRICE_ID=
#FEATURE FLAGS #FEATURE FLAGS
# Allow users to register via the /signup page. Otherwise they will be redirect to the home page. # Allow users to register via the /signup page. Otherwise they will be redirect to the home page.