Browse Source

added queue prefix to match the framework

Pulkit Jalan 8 years ago
parent
commit
72158f4a8f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      config/queue.php

+ 2 - 1
config/queue.php

@@ -53,7 +53,8 @@ return [
             'driver' => 'sqs',
             'key'    => 'your-public-key',
             'secret' => 'your-secret-key',
-            'queue'  => 'your-queue-url',
+            'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
+            'queue'  => 'your-queue-name',
             'region' => 'us-east-1',
         ],