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 9530937 commit bf60f7fCopy full SHA for bf60f7f
config/database.php
@@ -127,13 +127,15 @@
127
],
128
129
'default' => [
130
+ 'url' => env('REDIS_URL'),
131
'host' => env('REDIS_HOST', '127.0.0.1'),
132
'password' => env('REDIS_PASSWORD', null),
133
'port' => env('REDIS_PORT', 6379),
134
'database' => env('REDIS_DB', 0),
135
136
137
'cache' => [
138
139
140
141
0 commit comments