Added nextcloud 18

This commit is contained in:
2020-02-15 19:46:03 -06:00
parent 5871baee0b
commit 5bb5633401
8 changed files with 95 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,
),
);