mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Added desc to whitelist_emails_for_staging env #2789
This commit is contained in:
parent
6ab72e6f1a
commit
32dd7de28a
1 changed files with 6 additions and 2 deletions
|
@ -22,9 +22,13 @@ smtp_enable_starttls_auto: 'true' # 'false'
|
||||||
# If your mail server requires authentication, please change.
|
# If your mail server requires authentication, please change.
|
||||||
smtp_authentication: 'plain' # 'plain', 'login', 'cram_md5'
|
smtp_authentication: 'plain' # 'plain', 'login', 'cram_md5'
|
||||||
registrant_url: 'https:/registrant.example.com' # for valid email body registrant links
|
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: >
|
whitelist_emails_for_staging: >
|
||||||
test@example.org, old@example.org,
|
test@example.org,
|
||||||
new@example.org, old@example.com, new@example.com
|
old@example.org,
|
||||||
|
new@example.org,
|
||||||
|
old@example.com,
|
||||||
|
new@example.com
|
||||||
|
|
||||||
#
|
#
|
||||||
# ADMIN server
|
# ADMIN server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue