mirror of
https://github.com/idanoo/laravel-resque.git
synced 2025-07-01 11:02:14 +00:00
fix detect duplicate job
This commit is contained in:
parent
e230e66b48
commit
0663765b47
4 changed files with 14 additions and 18 deletions
|
@ -10,8 +10,7 @@ return [
|
|||
*/
|
||||
|
||||
'connection' => [
|
||||
'host' => env('RESQUE_REDIS_HOST', 'localhost'),
|
||||
'port' => env('RESQUE_REDIS_PORT', 6379),
|
||||
'server' => env('RESQUE_REDIS_SERVER', 'localhost:6379'),
|
||||
'db' => env('RESQUE_REDIS_DB', 0),
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue