diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-07-06 02:54:48 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-07-07 00:19:39 +0200 |
commit | 09e9cbbb2c14f790c9e510c33f5f80e9b7c15b31 (patch) | |
tree | 0d93d2e848010289aab8df1f791293e11ee1c948 /docker_files | |
parent | 616831b6c6d05283cef53211d4cf6800c20325e7 (diff) | |
download | bugzilla-09e9cbbb2c14f790c9e510c33f5f80e9b7c15b31.tar.gz bugzilla-09e9cbbb2c14f790c9e510c33f5f80e9b7c15b31.tar.xz |
remove memcached_* from init.pl override
Diffstat (limited to 'docker_files')
-rwxr-xr-x | docker_files/init.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docker_files/init.pl b/docker_files/init.pl index 6e7a8920b..d4f75f6f1 100755 --- a/docker_files/init.pl +++ b/docker_files/init.pl @@ -11,8 +11,6 @@ my %localconfig = (webservergroup => 'app'); my %override = ( 'inbound_proxies' => 1, - 'memcached_namespace' => 1, - 'memcached_servers' => 1, 'shadowdb' => 1, 'shadowdbhost' => 1, 'shadowdbport' => 1, |