Browse Source

Removed the host config for the redis queue

Abishek R Srikaanth 11 years ago
parent
commit
dae1a994c9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/config/queue.php

+ 0 - 1
app/config/queue.php

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