Skip to content

Commit 9ca8ed9

Browse files
Update the default redis host
1 parent be90d3f commit 9ca8ed9

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
@@ -110,7 +110,7 @@
110110
'cluster' => false,
111111

112112
'default' => [
113-
'host' => env('REDIS_HOST', 'localhost'),
113+
'host' => env('REDIS_HOST', '127.0.0.1'),
114114
'password' => env('REDIS_PASSWORD', null),
115115
'port' => env('REDIS_PORT', 6379),
116116
'database' => 0,

0 commit comments

Comments
 (0)