Browse Source

Merge pull request #2687 from EvgenyKovalev/patch-2

5x boost for EU customers
Taylor Otwell 10 years ago
parent
commit
5a172d90d3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/config/queue.php

+ 1 - 0
app/config/queue.php

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