Browse Source

Revert "added queue prefix to match the framework"

Taylor Otwell 9 years ago
parent
commit
b847ee7486
1 changed files with 1 additions and 2 deletions
  1. 1 2
      config/queue.php

+ 1 - 2
config/queue.php

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