This commit is contained in:
Taylor Otwell 2017-12-19 08:08:25 -06:00
parent a4402f23af
commit aa4b02358a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
'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'),
],