aboutsummaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-03 18:07:50 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-03 18:07:50 +0000
commita160abeb3230c6ecb887d0b77f655203d5cf2313 (patch)
treede4347a905c67476dd0a9c85d1c2f052f18ed446 /.env.example
parentFix urls in readme (diff)
parentminor docs updates (diff)
downloadAnnotateChange-a160abeb3230c6ecb887d0b77f655203d5cf2313.tar.gz
AnnotateChange-a160abeb3230c6ecb887d0b77f655203d5cf2313.zip
Merge branch 'update'
Diffstat (limited to '.env.example')
-rw-r--r--.env.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.example b/.env.example
index f6c5ee0..1364a9d 100644
--- a/.env.example
+++ b/.env.example
@@ -1,4 +1,5 @@
## Flask config
+FLASK_APP=annotate_change.py
# production|development
FLASK_ENV=development
@@ -11,6 +12,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
#