From b847ee7486bfebcad33ae1181aa6788831e55670 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 1 Dec 2015 14:08:26 -0600 Subject: [PATCH] Revert "added queue prefix to match the framework" --- config/queue.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/queue.php b/config/queue.php index ff0fdc2d04b..9d30238ea20 100644 --- a/config/queue.php +++ b/config/queue.php @@ -53,8 +53,7 @@ 'driver' => 'sqs', 'key' => 'your-public-key', 'secret' => 'your-secret-key', - 'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id', - 'queue' => 'your-queue-name', + 'queue' => 'your-queue-url', 'region' => 'us-east-1', ],