Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-07-14 10:03:14 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-07-14 16:04:18 +0300
commit9a34c5051fca9c4e6f42669a524818efaa1abb81 (patch)
tree6abc7c353cb493185eacf2acb5b21dd3c43db73e /tests/redis-cluster.config.php
parent3865c77279e3b74ce8c336ddf84b3cb555963939 (diff)
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>
Diffstat (limited to 'tests/redis-cluster.config.php')
-rw-r--r--tests/redis-cluster.config.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/redis-cluster.config.php b/tests/redis-cluster.config.php
index c7df2a91854..e255d123f60 100644
--- a/tests/redis-cluster.config.php
+++ b/tests/redis-cluster.config.php
@@ -6,12 +6,12 @@ $CONFIG = [
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis.cluster' => [
'seeds' => [ // provide some/all of the cluster servers to bootstrap discovery, port required
- 'localhost:7000',
- 'localhost:7001',
- 'localhost:7002',
- 'localhost:7003',
- 'localhost:7004',
- 'localhost:7005'
+ 'cache-cluster:7000',
+ 'cache-cluster:7001',
+ 'cache-cluster:7002',
+ 'cache-cluster:7003',
+ 'cache-cluster:7004',
+ 'cache-cluster:7005'
],
'timeout' => 0.0,
'read_timeout' => 0.0,