diff --git a/app/config/queue.php b/app/config/queue.php index 78a8c2ff..16e45bd7 100644 --- a/app/config/queue.php +++ b/app/config/queue.php @@ -51,8 +51,8 @@ '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', ),