nextcloud/build-common/redis/redis.config.php
2024-06-02 23:37:22 +00:00

9 lines
141 B
PHP

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