Skip to content

Commit

Permalink
Merge pull request laravel#3576 from pulkitjalan/patch-1
Browse files Browse the repository at this point in the history
added queue prefix to match the framework
  • Loading branch information
taylorotwell committed Dec 1, 2015
2 parents 49c1a0d + 40ab909 commit 7f216a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],

Expand Down

0 comments on commit 7f216a4

Please sign in to comment.