Skip to content

Commit aa4b023

Browse files
committed
fix name
1 parent a4402f2 commit aa4b023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
'key' => env('SQS_KEY', 'your-public-key'),
5454
'secret' => env('SQS_SECRET', 'your-secret-key'),
5555
'prefix' => env('SQS_PREFIX', 'https://sqs.us-east-1.amazonaws.com/your-account-id'),
56-
'queue' => env('SQS_NAME', 'your-queue-name'),
56+
'queue' => env('SQS_QUEUE', 'your-queue-name'),
5757
'region' => env('SQS_REGION', 'us-east-1'),
5858
],
5959

0 commit comments

Comments
 (0)