From 40ab9090aa8be52fb0aecabac99f4983ae73050a Mon Sep 17 00:00:00 2001 From: Pulkit Jalan Date: Tue, 1 Dec 2015 19:31:16 +0000 Subject: [PATCH] added queue prefix to match the framework --- config/queue.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index 9d30238ea20..ff0fdc2d04b 100644 --- a/config/queue.php +++ b/config/queue.php @@ -53,7 +53,8 @@ 'driver' => 'sqs', 'key' => 'your-public-key', 'secret' => 'your-secret-key', - 'queue' => 'your-queue-url', + 'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id', + 'queue' => 'your-queue-name', 'region' => 'us-east-1', ],