Files
2019-02-02 13:59:47 -05:00

8 lines
140 B
PHP

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