Commit 7f216a42 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3576 from pulkitjalan/patch-1

added queue prefix to match the framework
parents 49c1a0dc 40ab9090
...@@ -53,7 +53,8 @@ return [ ...@@ -53,7 +53,8 @@ return [
'driver' => 'sqs', 'driver' => 'sqs',
'key' => 'your-public-key', 'key' => 'your-public-key',
'secret' => 'your-secret-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', 'region' => 'us-east-1',
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment