summaryrefslogtreecommitdiffstats
path: root/16.0-rc/apache/config/redis.config.php
diff options
context:
space:
mode:
Diffstat (limited to '16.0-rc/apache/config/redis.config.php')
-rw-r--r--16.0-rc/apache/config/redis.config.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/16.0-rc/apache/config/redis.config.php b/16.0-rc/apache/config/redis.config.php
deleted file mode 100644
index 5df799f2..00000000
--- a/16.0-rc/apache/config/redis.config.php
+++ /dev/null
@@ -1,12 +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,
- ),
- );
-}
-