mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Revert "added queue prefix to match the framework"
This commit is contained in:
parent
7f216a4213
commit
b847ee7486
@ -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',
|
||||
],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user