From 4053ea4fb07db2416348234d41f19b63083a5341 Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Thu, 6 Feb 2020 12:36:18 +0100 Subject: Run update.sh Signed-off-by: Tilo Spannagel --- 15.0/apache/config/redis.config.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 15.0/apache/config/redis.config.php (limited to '15.0/apache/config/redis.config.php') diff --git a/15.0/apache/config/redis.config.php b/15.0/apache/config/redis.config.php deleted file mode 100644 index 9429c901..00000000 --- a/15.0/apache/config/redis.config.php +++ /dev/null @@ -1,17 +0,0 @@ - '\OC\Memcache\Redis', - 'memcache.locking' => '\OC\Memcache\Redis', - 'redis' => array( - 'host' => getenv('REDIS_HOST'), - 'password' => getenv('REDIS_HOST_PASSWORD'), - ), - ); - - if (getenv('REDIS_HOST_PORT') !== false) { - $CONFIG['redis']['port'] = (int) getenv('REDIS_HOST_PORT'); - } elseif (getenv('REDIS_HOST')[0] != '/') { - $CONFIG['redis']['port'] = 6379; - } -} -- cgit v1.2.3