Commit b847ee74 authored by Taylor Otwell's avatar Taylor Otwell

Revert "added queue prefix to match the framework"

parent 7f216a42
...@@ -53,8 +53,7 @@ return [ ...@@ -53,8 +53,7 @@ return [
'driver' => 'sqs', 'driver' => 'sqs',
'key' => 'your-public-key', 'key' => 'your-public-key',
'secret' => 'your-secret-key', 'secret' => 'your-secret-key',
'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id', 'queue' => 'your-queue-url',
'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