From bafe4599636cdd31dd500447f3e92c539ef40d91 Mon Sep 17 00:00:00 2001 From: Pavinthan Date: Tue, 19 Dec 2017 12:44:14 +0530 Subject: [PATCH] Name sort --- config/queue.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/queue.php b/config/queue.php index 0716ea07..3c1683e7 100644 --- a/config/queue.php +++ b/config/queue.php @@ -53,8 +53,8 @@ '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_QUEUE_NAME', 'your-queue-name'), - 'region' => env('SQS_QUEUE_REGION', 'us-east-1'), + 'queue' => env('SQS_NAME', 'your-queue-name'), + 'region' => env('SQS_REGION', 'us-east-1'), ], 'redis' => [