diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-05 03:04:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-05 03:04:58 +0200 |
commit | 117b22e905832132367b20e2ef79e98cf9f03f17 (patch) | |
tree | bff17e40071d818d2fab57c5df7945ccdadf05cf /.env.production.sample | |
parent | d3dab68978103e304d38589d154b34ef890e0715 (diff) | |
parent | e9a6da6bc739f4f68447f56b93810762da388ce8 (diff) |
Merge pull request #852 from peterkeen/email-whitelist-817
[#817] Add email whitelist
Diffstat (limited to '.env.production.sample')
-rw-r--r-- | .env.production.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample index bd81b8fca..a7f9eb4bf 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -22,6 +22,8 @@ OTP_SECRET= # SINGLE_USER_MODE=true # Prevent registrations with following e-mail domains # EMAIL_DOMAIN_BLACKLIST=example1.com|example2.de|etc +# Only allow registrations with the following e-mail domains +# EMAIL_DOMAIN_WHITELIST=example1.com|example2.de|etc # E-mail configuration SMTP_SERVER=smtp.mailgun.org |