mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Removed the host config for the redis queue
This commit is contained in:
parent
1fb3e1dd6b
commit
dae1a994c9
@ -57,7 +57,6 @@ return array(
|
|||||||
|
|
||||||
'redis' => array(
|
'redis' => array(
|
||||||
'driver' => 'redis',
|
'driver' => 'redis',
|
||||||
'host' => 'localhost',
|
|
||||||
'queue' => 'default'
|
'queue' => 'default'
|
||||||
),
|
),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user