feature flag for signup

This commit is contained in:
Timur Ercan
2023-03-19 14:59:10 +01:00
parent 72914c49c4
commit 025e6a4eb1
4 changed files with 38 additions and 16 deletions

View File

@ -18,4 +18,8 @@ NEXTAUTH_URL='http://localhost:3000'
# You can also configure you own SMTP server using Nodemailer in sendMailts. (currently not possible via config)
SENDGRID_API_KEY=''
# Sender for signing requests and completion mails.
MAIL_FROM=''
MAIL_FROM=''
#FEATURE FLAGS
# Allow users to register via the /signup page. Otherwise they will be redirect to the home page.
ALLOW_SIGNUP=false