Browse Source

remove iron config. moved to package

Taylor Otwell 8 years ago
parent
commit
36db347a0c
1 changed files with 1 additions and 10 deletions
  1. 1 10
      config/queue.php

+ 1 - 10
config/queue.php

@@ -12,7 +12,7 @@ return [
     | syntax for each one. Here you may set the default queue driver.
     |
     | Supported: "null", "sync", "database", "beanstalkd",
-    |            "sqs", "iron", "redis"
+    |            "sqs", "redis"
     |
     */
 
@@ -58,15 +58,6 @@ return [
             'region' => 'us-east-1',
         ],
 
-        'iron' => [
-            'driver'  => 'iron',
-            'host'    => 'mq-aws-us-east-1.iron.io',
-            'token'   => 'your-token',
-            'project' => 'your-project-id',
-            'queue'   => 'your-queue-name',
-            'encrypt' => true,
-        ],
-
         'redis' => [
             'driver'     => 'redis',
             'connection' => 'default',