Skip to content

Commit 40ab909

Browse files
committed
added queue prefix to match the framework
1 parent 49c1a0d commit 40ab909

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/queue.php

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

0 commit comments

Comments
 (0)