summaryrefslogtreecommitdiffstats
path: root/17.0-rc/fpm-alpine/config/redis.config.php
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-12-19 14:03:23 +0000
committertilosp-bot <git-bot@tilosp.de>2019-12-19 14:03:23 +0000
commit481072c892324145f1ac8115a152e65449f24f5e (patch)
treea837204b775b6c21889d89ba10562c205378919b /17.0-rc/fpm-alpine/config/redis.config.php
parent1c23b49eae453db466aaca83b127d39ff513eef2 (diff)
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '17.0-rc/fpm-alpine/config/redis.config.php')
-rw-r--r--17.0-rc/fpm-alpine/config/redis.config.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/17.0-rc/fpm-alpine/config/redis.config.php b/17.0-rc/fpm-alpine/config/redis.config.php
deleted file mode 100644
index 19676160..00000000
--- a/17.0-rc/fpm-alpine/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'),
- ),
- );
-}
-