Commit 2028ea7a authored by EvgenyKovalev's avatar EvgenyKovalev

Iron.io config less error prone.

In iron.io settings 'token' is the first field and 'Project ID' is the second. The proposed order makes it less error prone.
parent 5a172d90
...@@ -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