From dae1a994c9e20c630e7ac812d4c58969100d38eb Mon Sep 17 00:00:00 2001 From: Abishek R Srikaanth Date: Fri, 18 Oct 2013 22:22:50 +0530 Subject: [PATCH] Removed the host config for the redis queue --- app/config/queue.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/config/queue.php b/app/config/queue.php index a76c63ee..73a1b145 100644 --- a/app/config/queue.php +++ b/app/config/queue.php @@ -57,7 +57,6 @@ return array( 'redis' => array( 'driver' => 'redis', - 'host' => 'localhost', 'queue' => 'default' ),