1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

explicitly set redis config

This commit is contained in:
Robin Appelman 2023-06-15 16:58:48 +02:00
commit 888dd69e2d

View file

@ -6,5 +6,6 @@
'memcache.locking' => '\\OC\\Memcache\\APCu',
'allow_local_remote_servers' => true,
'trusted_domains' => ['cloud'],
'redis' => ['host' => 'localhost'],
//PLACEHOLDER
];