Removed the host config for the redis queue

This commit is contained in:
Abishek R Srikaanth 2013-10-18 22:22:50 +05:30
parent 1fb3e1dd6b
commit dae1a994c9

View File

@ -57,7 +57,6 @@ return array(
'redis' => array(
'driver' => 'redis',
'host' => 'localhost',
'queue' => 'default'
),