mirror of
https://github.com/documenso/documenso.git
synced 2025-11-21 04:01:45 +10:00
feature flag for signup
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user