更新 config/redis.php
This commit is contained in:
parent
dde510a6d3
commit
921583c333
@ -14,9 +14,9 @@
|
||||
|
||||
return [
|
||||
'default' => [
|
||||
'host' => '127.0.0.1',
|
||||
'password' => null,
|
||||
'port' => 6379,
|
||||
'database' => 0,
|
||||
'host' => getenv('REDIS_HOST'),
|
||||
'password' => getenv('REDIS_PASSWORD'),
|
||||
'port' => getenv('REDIS_PORT'),
|
||||
'database' => getenv('REDIS_DB'),
|
||||
],
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user