Added desc to whitelist_emails_for_staging env #2789

This commit is contained in:
Priit Tark 2015-08-25 12:14:46 +03:00
parent 6ab72e6f1a
commit 32dd7de28a

View file

@ -22,9 +22,13 @@ smtp_enable_starttls_auto: 'true' # 'false'
# If your mail server requires authentication, please change.
smtp_authentication: 'plain' # 'plain', 'login', 'cram_md5'
registrant_url: 'https:/registrant.example.com' # for valid email body registrant links
# Staging env does not send any emails unless they are whitelisted
whitelist_emails_for_staging: >
test@example.org, old@example.org,
new@example.org, old@example.com, new@example.com
test@example.org,
old@example.org,
new@example.org,
old@example.com,
new@example.com
#
# ADMIN server