8000 Added a sample IronMQ configuration. · hicode/laravel@5fac0f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5fac0f7

Browse files
committed
Added a sample IronMQ configuration.
1 parent 6f92ee8 commit 5fac0f7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app/config/queue.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| API, giving you convenient access to each back-end using the same
1212
| syntax for each one. Here you may set the default queue driver.
1313
|
14-
| Supported: "sync", "beanstalkd", "sqs"
14+
| Supported: "sync", "beanstalkd", "sqs", "iron"
1515
|
1616
*/
1717

@@ -48,6 +48,13 @@
4848
'region' => 'us-east-1',
4949
),
5050

51+
'iron' => array(
52+
'driver' => 'iron',
53+
'project' => 'your-project-id',
54+
'token' => 'your-token',
55+
'queue' => 'your-queue-name',
56+
),
57+
5158
),
5259

5360
);

0 commit comments

Comments
 (0)
0