From b1825a188ba1918aa30d0b6ac18d0a32ff3ec707 Mon Sep 17 00:00:00 2001 From: tilosp-bot Date: Thu, 23 Apr 2020 11:43:31 +0000 Subject: Run update.sh Signed-off-by: tilosp-bot --- 16.0-rc/fpm-alpine/config/redis.config.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 16.0-rc/fpm-alpine/config/redis.config.php (limited to '16.0-rc/fpm-alpine/config/redis.config.php') diff --git a/16.0-rc/fpm-alpine/config/redis.config.php b/16.0-rc/fpm-alpine/config/redis.config.php deleted file mode 100644 index 9429c901..00000000 --- a/16.0-rc/fpm-alpine/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