aboutsummaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
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
#