removing restriction on email domain for phab stg
This commit is contained in:
parent
58546b9d3d
commit
9264cf4d41
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,6 @@
|
|||
"metamta.reply-handler-domain" : "{{ phabricator_mail_domain }}",
|
||||
"metamta.mail-adapter" : "{{ "PhabricatorMailImplementationPHPMailerAdapter" if phabricator_mail_enabled else "PhabricatorMailImplementationTestAdapter"}}",
|
||||
"phpmailer.smtp-host" : "bastion.phx2.fedoraproject.org",
|
||||
"auth.email-domains" : ["fedoraproject.org"],
|
||||
"phabricator.uninstalled-applications" : {
|
||||
"PhabricatorApplicationPhame" : true,
|
||||
"PhabricatorApplicationDiviner" : true,
|
||||
|
@ -38,7 +37,8 @@
|
|||
"ipsilonoauth": "/srv/phabricator-extension-ipsilonoauth/src"
|
||||
}
|
||||
{% else %}
|
||||
"load-libraries" : []
|
||||
"load-libraries" : [],
|
||||
"auth.email-domains" : ["fedoraproject.org"]
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue