Skip to content

Commit b847ee7

Browse files
committed
Revert "added queue prefix to match the framework"
1 parent 7f216a4 commit b847ee7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/queue.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
'driver' => 'sqs',
5454
'key' => 'your-public-key',
5555
'secret' => 'your-secret-key',
56-
'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
57-
'queue' => 'your-queue-name',
56+
'queue' => 'your-queue-url',
5857
'region' => 'us-east-1',
5958
],
6059

0 commit comments

Comments
 (0)