Removed the host config for the redis queue
This commit is contained in:
parent
1fb3e1dd6b
commit
dae1a994c9
|
@ -57,7 +57,6 @@
|
||||||
|
|
||||||
'redis' => array(
|
'redis' => array(
|
||||||
'driver' => 'redis',
|
'driver' => 'redis',
|
||||||
'host' => 'localhost',
|
|
||||||
'queue' => 'default'
|
'queue' => 'default'
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue