diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-07-14 09:03:14 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-07-14 15:04:18 +0200 |
commit | 9a34c5051fca9c4e6f42669a524818efaa1abb81 (patch) | |
tree | 6abc7c353cb493185eacf2acb5b21dd3c43db73e /tests/redis.config.php | |
parent | 3865c77279e3b74ce8c336ddf84b3cb555963939 (diff) | |
download | nextcloud-server-9a34c5051fca9c4e6f42669a524818efaa1abb81.tar.gz nextcloud-server-9a34c5051fca9c4e6f42669a524818efaa1abb81.zip |
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.config.php')
-rw-r--r-- | tests/redis.config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/redis.config.php b/tests/redis.config.php index 2ff46ec6728..9d3f1eca63e 100644 --- a/tests/redis.config.php +++ b/tests/redis.config.php @@ -5,7 +5,7 @@ $CONFIG = [ 'memcache.distributed' => '\\OC\\Memcache\\Redis', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => [ - 'host' => 'localhost', + 'host' => 'cache', 'port' => 6379, 'timeout' => 0, ], |