Fix redis config in nextcloud
This commit is contained in:
@@ -160,7 +160,7 @@ $CONFIG = [
|
|||||||
* for more information.
|
* for more information.
|
||||||
*/
|
*/
|
||||||
'redis' => [
|
'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,
|
'port' => 6379,
|
||||||
'timeout' => 0.0,
|
'timeout' => 0.0,
|
||||||
'password' => '', // Optional, if not defined no password will be used.
|
'password' => '', // Optional, if not defined no password will be used.
|
||||||
|
|||||||
Reference in New Issue
Block a user