summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authormarceljd <marceljd@users.noreply.github.com>2019-01-15 19:40:35 +0100
committermarceljd <support@dihosting.ch>2019-01-27 13:46:25 +0000
commitd1db681058525acfff49f84c72050b04e0d2ccf5 (patch)
treec661efc73b39552ca7155322e9bb982014f8e746 /.config
parent536fb662127c9dbc05bf10fb0714feef7cdd4bf9 (diff)
Update redis.config.php
Signed-off-by: marceljd <support@dihosting.ch>
Diffstat (limited to '.config')
-rw-r--r--.config/redis.config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/redis.config.php b/.config/redis.config.php
index 8f4b7ec7..e9c7c733 100644
--- a/.config/redis.config.php
+++ b/.config/redis.config.php
@@ -5,6 +5,7 @@ if (getenv('REDIS_HOST')) {
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => getenv('REDIS_HOST'),
+ 'port' => getenv('REDIS_PORT')?: 6379,
),
);
}