From 536fb662127c9dbc05bf10fb0714feef7cdd4bf9 Mon Sep 17 00:00:00 2001 From: marceljd Date: Tue, 15 Jan 2019 19:29:07 +0100 Subject: [PATCH] Only redis_host without port Signed-off-by: marceljd --- .config/redis.config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/redis.config.php b/.config/redis.config.php index d300dd0..8f4b7ec 100644 --- a/.config/redis.config.php +++ b/.config/redis.config.php @@ -5,7 +5,6 @@ if (getenv('REDIS_HOST')) { 'memcache.locking' => '\OC\Memcache\Redis', 'redis' => array( 'host' => getenv('REDIS_HOST'), - 'port' => getenv('REDIS_PORT') ?: 6379, ), ); }