1
0
mirror of https://github.com/nextcloud/docker.git synced 2025-10-27 22:41:37 +01:00
2017-09-27 13:29:15 +02:00

9 lines
141 B
PHP

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