From 2028ea7aac8646d46bbc5ffeeb7c65713d3e99f0 Mon Sep 17 00:00:00 2001 From: EvgenyKovalev Date: Sat, 1 Mar 2014 01:00:22 +0300 Subject: [PATCH] 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. --- app/config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/queue.php b/app/config/queue.php index 78a8c2ff..16e45bd7 100644 --- a/app/config/queue.php +++ b/app/config/queue.php @@ -51,8 +51,8 @@ 'iron' => array( 'driver' => 'iron', 'host' => 'mq-aws-us-east-1.iron.io', - 'project' => 'your-project-id', 'token' => 'your-token', + 'project' => 'your-project-id', 'queue' => 'your-queue-name', ),