Initial add

This commit is contained in:
bkraul
2018-09-28 12:36:30 -05:00
commit f632562f57
4 changed files with 44 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
$CONFIG = array (
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => 'redis',
'port' => 6379,
),
);