From 616831b6c6d05283cef53211d4cf6800c20325e7 Mon Sep 17 00:00:00 2001 From: Mary Umoh Date: Wed, 5 Jul 2017 20:42:01 -0400 Subject: Bug 1377807 - Move memcached options from data/params to localconfig --- Bugzilla/Config/Memcached.pm | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 Bugzilla/Config/Memcached.pm (limited to 'Bugzilla/Config') diff --git a/Bugzilla/Config/Memcached.pm b/Bugzilla/Config/Memcached.pm deleted file mode 100644 index 292803d86..000000000 --- a/Bugzilla/Config/Memcached.pm +++ /dev/null @@ -1,33 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This Source Code Form is "Incompatible With Secondary Licenses", as -# defined by the Mozilla Public License, v. 2.0. - -package Bugzilla::Config::Memcached; - -use 5.10.1; -use strict; -use warnings; - -use Bugzilla::Config::Common; - -our $sortkey = 1550; - -sub get_param_list { - return ( - { - name => 'memcached_servers', - type => 't', - default => '' - }, - { - name => 'memcached_namespace', - type => 't', - default => 'bugzilla:', - }, - ); -} - -1; -- cgit v1.2.3-24-g4f1b