From 602705c438e871c19425aa385932b5cdae572f14 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 4 Jan 2017 19:15:18 +0000 Subject: [PATCH] tweaking phabricator config so qadevel.qa continues to work --- roles/phabricator/templates/local.json.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/phabricator/templates/local.json.j2 b/roles/phabricator/templates/local.json.j2 index fd190a7b83..bfc6c5ba40 100644 --- a/roles/phabricator/templates/local.json.j2 +++ b/roles/phabricator/templates/local.json.j2 @@ -32,8 +32,12 @@ "PhabricatorApplicationOAuthServer" : true, "PhabricatorApplicationPhortune" : true }, +{% if deployment_type == "qadevel-prod"%} + "load-libraries:"{} +{% else %} "load-libraries": { "ipsilonoauth": "/srv/phabricator-extension-ipsilonoauth/src" } +{% endif %} }