1
0
şunun yansıması https://github.com/nextcloud/server.git eşitlendi 2024-07-23 12:54:52 +02:00
nextcloud/tests/redis.config.php
Morris Jobke 9a34c5051f Fix drone
Fix service container host name
check current folder
fix redis for integration test
Fix more hostnames

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-14 15:04:18 +02:00

13 satır
243 B
PHP

<?php
$CONFIG = [
'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' => [
'host' => 'cache',
'port' => 6379,
'timeout' => 0,
],
];