Add missing core files from original
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'memcache.local' => '\OC\Memcache\Redis',
|
||||
'memcache.locking' => '\OC\Memcache\Redis',
|
||||
'redis' => array(
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 6379,
|
||||
'timeout' => 1.5,
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user