From 40cedbf20cc1cc8a549eac389419e6a47b3a0d0b Mon Sep 17 00:00:00 2001 From: mwiegand Date: Fri, 22 Oct 2021 16:59:03 +0200 Subject: [PATCH] wip --- bundles/nextcloud/files/managed.config.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bundles/nextcloud/files/managed.config.php b/bundles/nextcloud/files/managed.config.php index 8877d48..867d740 100644 --- a/bundles/nextcloud/files/managed.config.php +++ b/bundles/nextcloud/files/managed.config.php @@ -27,9 +27,5 @@ $CONFIG = array ( "memcache.distributed" => "\OC\Memcache\Redis", "redis" => [ "host" => "/var/run/redis-nextcloud/redis.sock", - "port" => 0, - "dbindex" => 0, - "password" => "secret", - "timeout" => 1.5, ], );