12 lines
182 B
PHP
12 lines
182 B
PHP
<?
|
|
$CONFIG = array (
|
|
'memcache.locking' => '\\OC\\Memcache\\Redis',
|
|
'filelocking.enabled' => 'true',
|
|
'redis' =>
|
|
array (
|
|
'host' => 'redis',
|
|
'port' => 6379,
|
|
),
|
|
);
|
|
?>
|