Nextcloud-Docker/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache/app/redis.config.php

9 lines
141 B
PHP

<?php
$CONFIG = array (
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => 'redis',
'port' => 6379,
),
);