mirror of
https://github.com/idanoo/laravel-resque.git
synced 2025-07-02 11:32:14 +00:00
Use redis config for connection
This commit is contained in:
parent
e4344b93bc
commit
4f6904cf04
2 changed files with 2 additions and 15 deletions
|
@ -4,20 +4,7 @@ return [
|
|||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Connection
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
*/
|
||||
|
||||
'connection' => [
|
||||
'host' => env('RESQUE_REDIS_HOST', 'localhost'),
|
||||
'port' => env('RESQUE_REDIS_PORT', 6379),
|
||||
'database' => env('RESQUE_REDIS_DATABASE', 0),
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Track Status
|
||||
| Prefix
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue