Update redis.config.php

Signed-off-by: marceljd <support@dihosting.ch>
pull/600/head
marceljd 7 years ago committed by marceljd
parent 536fb66212
commit d1db681058

@ -5,6 +5,7 @@ if (getenv('REDIS_HOST')) {
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => getenv('REDIS_HOST'),
'port' => getenv('REDIS_PORT')?: 6379,
),
);
}

Loading…
Cancel
Save