summaryrefslogtreecommitdiffstats
path: root/14.0-rc/apache/config/redis.config.php
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-05-16 10:29:13 +0000
committertilosp-bot <git-bot@tilosp.de>2019-05-16 10:29:13 +0000
commit6357f08f2559cbb7880b82e24bd07305c828a553 (patch)
tree748c556ac858e0c51a2c5b6f2189e9461ca87942 /14.0-rc/apache/config/redis.config.php
parent05073351c45f52bd656786f3e4220de0ede64c6c (diff)
Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '14.0-rc/apache/config/redis.config.php')
-rw-r--r--14.0-rc/apache/config/redis.config.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/14.0-rc/apache/config/redis.config.php b/14.0-rc/apache/config/redis.config.php
deleted file mode 100644
index 5df799f2..00000000
--- a/14.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,
- ),
- );
-}
-