Commit 90b6578e by Taylor Otwell

Merge pull request #3577 from laravel/revert-3576-patch-1

Revert "added queue prefix to match the framework"
parents 7f216a42 b847ee74
......@@ -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