Browse Source

Merge pull request #3577 from laravel/revert-3576-patch-1

Revert "added queue prefix to match the framework"
Taylor Otwell 8 years ago
parent
commit
90b6578e3e
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',
         ],