From 9264cf4d4184bad979e1bbff15a0a7aebc5d3735 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Tue, 6 Dec 2016 04:38:03 +0000 Subject: [PATCH] removing restriction on email domain for phab stg --- roles/phabricator/templates/local.json.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/phabricator/templates/local.json.j2 b/roles/phabricator/templates/local.json.j2 index ceecd21d68..d32464217f 100644 --- a/roles/phabricator/templates/local.json.j2 +++ b/roles/phabricator/templates/local.json.j2 @@ -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 %} }