From f02c8bd226d332f6d0ef7d8c55fbace94c055d20 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Tue, 6 Jun 2017 12:52:36 -0500 Subject: Bug 1370378 - Add Phabricator Extension enabled flag to instantly toggle off all Phabricator syncing. r?dkl --- extensions/PhabBugz/lib/Config.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'extensions/PhabBugz/lib') diff --git a/extensions/PhabBugz/lib/Config.pm b/extensions/PhabBugz/lib/Config.pm index a0b7ef2e5..85ba37e74 100644 --- a/extensions/PhabBugz/lib/Config.pm +++ b/extensions/PhabBugz/lib/Config.pm @@ -19,6 +19,11 @@ sub get_param_list { my ($class) = @_; my @params = ( + { + name => 'phabricator_enabled', + type => 'b', + default => 0 + }, { name => 'phabricator_base_uri', type => 't', -- cgit v1.2.3-24-g4f1b