diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 4 |
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 # |
