From c436f174338a20f2585702ac35984a3c5d8160ba Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 19 Nov 2015 21:11:43 +0000 Subject: [PATCH] removing old option from phabricator config --- roles/phabricator/templates/local.json.j2 | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/roles/phabricator/templates/local.json.j2 b/roles/phabricator/templates/local.json.j2 index 70caa75986..48809e7df1 100644 --- a/roles/phabricator/templates/local.json.j2 +++ b/roles/phabricator/templates/local.json.j2 @@ -25,18 +25,6 @@ "metamta.mail-adapter" : "{{ "PhabricatorMailImplementationPHPMailerAdapter" if phabricator_mail_enabled else "PhabricatorMailImplementationTestAdapter"}}", "phpmailer.smtp-host" : "bastion.phx2.fedoraproject.org", "auth.email-domains" : ["fedoraproject.org"], -{% if deployment_type == 'qadevel-prod' %} - "auth.login-message" : "

Logging in to Fedora QA Devel Phabricator

-

- This phabricator instance is only setup for authentication with the Fedora Accounts System. If you have previously logged in to this instance, click on the 'Login or Register' button to log in again. If you are new to this system, please follow the follow -ing guidelines: -

-

", -{% endif %} "phabricator.uninstalled-applications" : { "PhabricatorApplicationPhame" : true, "PhabricatorApplicationDiviner" : true,