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, ], );