fix detect duplicate job

This commit is contained in:
Holger Reinhardt 2016-07-29 15:02:27 +02:00
parent e230e66b48
commit 0663765b47
4 changed files with 14 additions and 18 deletions

View file

@ -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),
],