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

Commit b8858ac6 authored by Felix Ableitner's avatar Felix Ableitner
Browse files

Enable redis for nextcloud

parent 3a1d214f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -2,7 +2,12 @@
$CONFIG = array (
  'lost_password_link' => 'https://mail.@@@DOMAIN@@@/users/password-recover.php',
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'memcache.local' => '\OC\Memcache\APCu',
  'memcache.locking' => '\OC\Memcache\Redis',
  'redis' => [
    'host' => 'redis',
    'port' => 6379,
  ],
  'apps_paths' =>
  array (
    0 =>