Browse Source

Merge pull request #2715 from EvgenyKovalev/patch-2

Iron.io config less error prone.
Taylor Otwell 11 years ago
parent
commit
fafb9837dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/config/queue.php

+ 1 - 1
app/config/queue.php

@@ -51,8 +51,8 @@ return array(
 		'iron' => array(
 			'driver'  => 'iron',
 			'host'    => 'mq-aws-us-east-1.iron.io',
-			'project' => 'your-project-id',
 			'token'   => 'your-token',
+			'project' => 'your-project-id',
 			'queue'   => 'your-queue-name',
 		),