fix: disable subscriptions in example env
This commit is contained in:
@@ -51,4 +51,4 @@ 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.
|
||||||
NEXT_PUBLIC_ALLOW_SIGNUP=true
|
NEXT_PUBLIC_ALLOW_SIGNUP=true
|
||||||
NEXT_PUBLIC_ALLOW_SUBSCRIPTIONS=true
|
NEXT_PUBLIC_ALLOW_SUBSCRIPTIONS=false
|
||||||
|
|||||||
Reference in New Issue
Block a user