Commit b847ee74 by Taylor Otwell

Revert "added queue prefix to match the framework"

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