nextcloud/fpm-alpine/20/redis.config.php

9 lines
141 B
PHP
Raw Normal View History

2020-10-06 20:27:34 +00:00
<?php
$CONFIG = array (
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => 'redis',
'port' => 6379,
),
);