define smtp configuration
This commit is contained in:
parent
551a189120
commit
017090b83d
|
|
@ -20,3 +20,12 @@ server:
|
|||
gerbil:
|
||||
start_port: {{ pangolin_gerbil_start_port }}
|
||||
base_endpoint: "{{ pangolin_dashboard_url | regex_replace('^https://', '') }}" # Gerbil endpoint should be the FQDN, not the full URL
|
||||
|
||||
|
||||
email:
|
||||
smtp_host: "{{ pangolin_mail_host}}"
|
||||
smtp_port: {{ pangolin_mail_port }}
|
||||
smtp_user: "{{ pangolin_mail_user }}"
|
||||
smtp_pass: "{{ pangolin_mail_password }}"
|
||||
smtp_secure: true
|
||||
no-reply: "{{ pangolin_no_reply_address }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue