Commit fafb9837 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2715 from EvgenyKovalev/patch-2

Iron.io config less error prone.
parents 5a172d90 2028ea7a
...@@ -51,8 +51,8 @@ return array( ...@@ -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',
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment