summaryrefslogtreecommitdiffstats
path: root/17.0-rc/apache/config/redis.config.php
diff options
context:
space:
mode:
Diffstat (limited to '17.0-rc/apache/config/redis.config.php')
-rw-r--r--17.0-rc/apache/config/redis.config.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/17.0-rc/apache/config/redis.config.php b/17.0-rc/apache/config/redis.config.php
deleted file mode 100644
index 19676160..00000000
--- a/17.0-rc/apache/config/redis.config.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-if (getenv('REDIS_HOST')) {
- $CONFIG = array (
- 'memcache.distributed' => '\OC\Memcache\Redis',
- 'memcache.locking' => '\OC\Memcache\Redis',
- 'redis' => array(
- 'host' => getenv('REDIS_HOST'),
- 'port' => getenv('REDIS_HOST_PORT') ?: 6379,
- 'password' => getenv('REDIS_HOST_PASSWORD'),
- ),
- );
-}
-