summaryrefslogtreecommitdiffstats
path: root/13.0/apache/config/redis.config.php
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2019-04-08 17:36:16 +0200
committerTilo Spannagel <development@tilosp.de>2019-04-08 17:36:16 +0200
commitcd04baa73d458fd19beb4d1916159baf9b819f8b (patch)
treee7292d2f4d8723325dd85beb59393bb31849e4ca /13.0/apache/config/redis.config.php
parentc6f1569ebf6c42092cd452c2eba59cccc522d005 (diff)
Run update.sh
Signed-off-by: Tilo Spannagel <development@tilosp.de>
Diffstat (limited to '13.0/apache/config/redis.config.php')
-rw-r--r--13.0/apache/config/redis.config.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/13.0/apache/config/redis.config.php b/13.0/apache/config/redis.config.php
deleted file mode 100644
index 5df799f2..00000000
--- a/13.0/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,
- ),
- );
-}
-