This commit is contained in:
mwiegand 2021-10-22 16:59:03 +02:00
parent 75d0043578
commit 40cedbf20c

View file

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