Add missing core files from original

This commit is contained in:
root
2026-03-16 08:53:22 +00:00
parent 2b48621f23
commit e24ca36b39
25 changed files with 6991 additions and 0 deletions
+10
View File
@@ -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,
),
);