Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c49eadc authored by Felix Ableitner's avatar Felix Ableitner
Browse files

Use Redis for local memcache

parent fddbaaf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
$CONFIG = array (
  'lost_password_link' => 'https://mail.{{ domain }}/users/password-recover.php',
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\OC\Memcache\APCu',
  'memcache.local' => '\OC\Memcache\Redis',
  'memcache.locking' => '\OC\Memcache\Redis',
  'redis' => [
    'host' => 'redis',