Skip to content

Commit 8c27cb5

Browse files
committed
default to null
1 parent 4fba29c commit 8c27cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117

118118
'default' => [
119119
'host' => env('REDIS_HOST', 'localhost'),
120-
'password' => env('REDIS_PASSWORD', ''),
120+
'password' => env('REDIS_PASSWORD', null),
121121
'port' => env('REDIS_PORT', 6379),
122122
'database' => 0,
123123
],

0 commit comments

Comments
 (0)