mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Fix invalid url in config sample
This commit is contained in:
parent
39976405c3
commit
b6c3daa781
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ smtp_openssl_verify_mode: 'peer' # 'none', 'peer', 'client_once','fail_if_no_pee
|
|||
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
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue