diff --git a/app/config/queue.php b/app/config/queue.php index 6c0fa523..78a8c2ff 100644 --- a/app/config/queue.php +++ b/app/config/queue.php @@ -50,6 +50,7 @@ 'iron' => array( 'driver' => 'iron', + 'host' => 'mq-aws-us-east-1.iron.io', 'project' => 'your-project-id', 'token' => 'your-token', 'queue' => 'your-queue-name',