Skip to content

Commit bafe459

Browse files
authored
Name sort
1 parent 41ea79f commit bafe459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/queue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
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_QUEUE_NAME', 'your-queue-name'),
57-
'region' => env('SQS_QUEUE_REGION', 'us-east-1'),
56+
'queue' => env('SQS_NAME', 'your-queue-name'),
57+
'region' => env('SQS_REGION', 'us-east-1'),
5858
],
5959

6060
'redis' => [

0 commit comments

Comments
 (0)