diff --git a/.config/redis.config.php b/.config/redis.config.php new file mode 100644 index 00000000..71f1f453 --- /dev/null +++ b/.config/redis.config.php @@ -0,0 +1,10 @@ + '\OC\Memcache\Redis', + 'redis' => array( + 'host' => getenv('REDIS_HOST'), + 'port' => getenv('REDIS_PORT') ?: 6379, + ), + ); +}