Added a sample IronMQ configuration.
This commit is contained in:
parent
6f92ee8efd
commit
5fac0f7b35
|
@ -11,7 +11,7 @@
|
||||||
| API, giving you convenient access to each back-end using the same
|
| API, giving you convenient access to each back-end using the same
|
||||||
| syntax for each one. Here you may set the default queue driver.
|
| syntax for each one. Here you may set the default queue driver.
|
||||||
|
|
|
|
||||||
| Supported: "sync", "beanstalkd", "sqs"
|
| Supported: "sync", "beanstalkd", "sqs", "iron"
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -48,6 +48,13 @@
|
||||||
'region' => 'us-east-1',
|
'region' => 'us-east-1',
|
||||||
),
|
),
|
||||||
|
|
||||||
|
'iron' => array(
|
||||||
|
'driver' => 'iron',
|
||||||
|
'project' => 'your-project-id',
|
||||||
|
'token' => 'your-token',
|
||||||
|
'queue' => 'your-queue-name',
|
||||||
|
),
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue