self-hosting/roles/nextcloud-docker/files/nextcloud/app/redis.config.php
2018-01-10 20:11:08 +01:00

9 lines
142 B
PHP

<?php
$CONFIG = array (
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => 'redis',
'port' => 6379,
),
);