media-server-docker-compose/nextcloud_bak/app/redis.config.php

11 lines
226 B
PHP
Raw Normal View History

2024-04-10 13:43:42 -04:00
<?php
$CONFIG = array (
'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => 'true',
'redis' => array(
'host' => 'redis',
'port' => 6379,
),
);