Skip to content

Commit c803ff1

Browse files
committed
revert broken PR
1 parent fc3b4d1 commit c803ff1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/database.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,9 @@
111111

112112
'default' => [
113113
'host' => env('REDIS_HOST', '127.0.0.1'),
114+
'password' => env('REDIS_PASSWORD', ''),
114115
'port' => env('REDIS_PORT', 6379),
115116
'database' => 0,
116-
'parameters' => [
117-
'password' => env('REDIS_PASSWORD', ''),
118-
],
119117
],
120118

121119
],

0 commit comments

Comments
 (0)