Split versions

This commit is contained in:
2019-10-10 16:56:20 -05:00
parent f242e392da
commit e794a963e8
12 changed files with 52 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
$CONFIG = array (
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => 'redis',
'port' => 6379,
),
);