mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
10 lines
142 B
PHP
10 lines
142 B
PHP
|
|
<?php
|
||
|
|
$CONFIG = array (
|
||
|
|
'memcache.locking' => '\OC\Memcache\Redis',
|
||
|
|
'redis' => array(
|
||
|
|
'host' => 'redis',
|
||
|
|
'port' => 6379,
|
||
|
|
),
|
||
|
|
);
|
||
|
|
|