We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f616f commit d5f411dCopy full SHA for d5f411d
config/database.php
@@ -96,13 +96,17 @@
96
'client' => 'predis',
97
98
'default' => [
99
+ 'scheme' => env('REDIS_SCHEME', 'tcp'),
100
+ 'path' => env('REDIS_PATH', '/run/redis/redis.sock'),
101
'host' => env('REDIS_HOST', 'localhost'),
102
'password' => env('REDIS_PASSWORD', null),
103
'port' => env('REDIS_PORT', 6379),
104
'database' => env('REDIS_DATABASE', 0),
105
],
106
107
'sessions' => [
108
109
110
111
112
0 commit comments