Merge pull request #2715 from EvgenyKovalev/patch-2

Iron.io config less error prone.
This commit is contained in:
Taylor Otwell
2014-02-28 16:05:46 -06:00

View File

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