mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
Merge branch 'master' of github.com:koel/koel into master
This commit is contained in:
commit
7aca5e699c
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ return [
|
|||
'host' => env('REDIS_HOST', '127.0.0.1'),
|
||||
'password' => env('REDIS_PASSWORD', null),
|
||||
'port' => env('REDIS_PORT', 6379),
|
||||
'database' => 0,
|
||||
'database' => env('REDIS_DATABASE', 0),
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue