From e80997f4621fa383317604e42f40d1212b727d6a Mon Sep 17 00:00:00 2001 From: Mythie Date: Sat, 6 May 2023 14:33:42 +1000 Subject: [PATCH] fix: update env vars --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 12a455ed6..55cd3c5f1 100644 --- a/.env.example +++ b/.env.example @@ -40,7 +40,8 @@ MAIL_FROM='documenso@localhost.com' # STRIPE STRIPE_API_KEY= STRIPE_WEBHOOK_SECRET= -STRIPE_PRICE_ID= +NEXT_PUBLIC_STRIPE_COMMUNITY_PLAN_MONTHLY_PRICE_ID= +NEXT_PUBLIC_STRIPE_COMMUNITY_PLAN_YEARLY_PRICE_ID= #FEATURE FLAGS # Allow users to register via the /signup page. Otherwise they will be redirect to the home page.