aboutsummaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-05-13 13:48:39 -0400
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-05-13 13:48:39 -0400
commitf0860b77c78c9889bcbd6d6b88c81e3fc66ae193 (patch)
treeec99538af3b64a5e36c9b543e79f89151ada349f /.env.example
parentAdd deployment instructions (diff)
downloadAnnotateChange-f0860b77c78c9889bcbd6d6b88c81e3fc66ae193.tar.gz
AnnotateChange-f0860b77c78c9889bcbd6d6b88c81e3fc66ae193.zip
add support for user filtering
Diffstat (limited to '.env.example')
-rw-r--r--.env.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/.env.example b/.env.example
index 1a3da6d..f6c5ee0 100644
--- a/.env.example
+++ b/.env.example
@@ -7,6 +7,10 @@ FLASK_ENV=development
DB_TYPE=mysql
# secret key for flask
SECRET_KEY=my-long-and-hard-to-guess-secret-key
+# user email domains allowed (semicolon separated, empty means all)
+USER_EMAIL_DOMAINS=
+# specific user emails allowed (semicolon separated)
+USER_EMAILS=
## Mail configuration
#