Fix redis config in nextcloud
This commit is contained in:
@@ -160,7 +160,7 @@ $CONFIG = [
|
||||
* for more information.
|
||||
*/
|
||||
'redis' => [
|
||||
'host' => 'localhost', // can also be a unix domain socket: '/tmp/redis.sock'
|
||||
'host' => 'redis', // can also be a unix domain socket: '/tmp/redis.sock'
|
||||
'port' => 6379,
|
||||
'timeout' => 0.0,
|
||||
'password' => '', // Optional, if not defined no password will be used.
|
||||
|
||||
Reference in New Issue
Block a user