Taylor Otwell 6 years ago
parent
commit
aa4b02358a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/queue.php

+ 1 - 1
config/queue.php

@@ -53,7 +53,7 @@ return [
             'key' => env('SQS_KEY', 'your-public-key'),
             'secret' => env('SQS_SECRET', 'your-secret-key'),
             'prefix' => env('SQS_PREFIX', 'https://sqs.us-east-1.amazonaws.com/your-account-id'),
-            'queue' => env('SQS_NAME', 'your-queue-name'),
+            'queue' => env('SQS_QUEUE', 'your-queue-name'),
             'region' => env('SQS_REGION', 'us-east-1'),
         ],