aboutsummaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-03 16:36:06 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-03 16:36:06 +0000
commit1f03f790f0425151003c38128b310540a71b98d6 (patch)
treeeba04a647df1c3c28a971a76115ca43adad69f31 /.env.example
parentFix urls in readme (diff)
downloadAnnotateChange-1f03f790f0425151003c38128b310540a71b98d6.tar.gz
AnnotateChange-1f03f790f0425151003c38128b310540a71b98d6.zip
add accepting_registration variable to environment
Diffstat (limited to '.env.example')
-rw-r--r--.env.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.example b/.env.example
index f6c5ee0..ec0f6c4 100644
--- a/.env.example
+++ b/.env.example
@@ -11,6 +11,8 @@ SECRET_KEY=my-long-and-hard-to-guess-secret-key
USER_EMAIL_DOMAINS=
# specific user emails allowed (semicolon separated)
USER_EMAILS=
+# whether you're accepting new user registrations
+ACCEPTING_REGISTRATION=1
## Mail configuration
#