summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authormarceljd <marceljd@users.noreply.github.com>2019-01-15 19:29:07 +0100
committermarceljd <support@dihosting.ch>2019-01-27 13:46:25 +0000
commit536fb662127c9dbc05bf10fb0714feef7cdd4bf9 (patch)
tree65d0c89f27e6bd3a0d08444267798a43acd48482 /.config
parentf2ee88d352f945d773e3b76ffceb2d33d9d1973f (diff)
Only redis_host without port
Signed-off-by: marceljd <support@dihosting.ch>
Diffstat (limited to '.config')
-rw-r--r--.config/redis.config.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/redis.config.php b/.config/redis.config.php
index d300dd0a..8f4b7ec7 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,
),
);
}