Skip to content

Commit 5cbbc69

Browse files
committed
use redis database 1
1 parent 125a006 commit 5cbbc69

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
@@ -100,7 +100,7 @@
100100
'host' => env('REDIS_HOST', '127.0.0.1'),
101101
'password' => env('REDIS_PASSWORD', null),
102102
'port' => env('REDIS_PORT', 6379),
103-
'database' => 0,
103+
'database' => 2,
104104
],
105105

106106
],

0 commit comments

Comments
 (0)