Added def for nc 20

This commit is contained in:
2020-10-06 15:27:34 -05:00
parent c25e2dcc4f
commit 413a57a781
9 changed files with 97 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
$CONFIG = array (
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => 'redis',
'port' => 6379,
),
);