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

Revert "added queue prefix to match the framework"
This commit is contained in:
Taylor Otwell 2015-12-01 14:08:32 -06:00
commit 90b6578e3e
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@
'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',
], ],