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', ],