adding smtp host for phabricator
This commit is contained in:
parent
e2230e097f
commit
7325dfb5c6
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
"metamta.domain" : "{{ phabricator_mail_domain }}",
|
||||
"metamta.reply-handler-domain" : "{{ phabricator_mail_domain }}",
|
||||
"metamta.mail-adapter" : "{{ "PhabricatorMailImplementationPHPMailerLiteAdapter" if phabricator_mail_enabled else "PhabricatorMailImplementationTestAdapter"}}",
|
||||
"phpmailer.smtp-host" : "bastion.fedoraproject.org",
|
||||
"auth.email-domains" : ["fedoraproject.org"],
|
||||
"phabricator.uninstalled-applications" : {
|
||||
"PhabricatorApplicationPhame" : true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue