remove iron config. moved to package

This commit is contained in:
Taylor Otwell 2015-12-06 14:46:51 -06:00
parent 2ea2ae0f3f
commit 36db347a0c
1 changed files with 1 additions and 10 deletions

View File

@ -12,7 +12,7 @@
| syntax for each one. Here you may set the default queue driver.
|
| Supported: "null", "sync", "database", "beanstalkd",
| "sqs", "iron", "redis"
| "sqs", "redis"
|
*/
@ -58,15 +58,6 @@
'region' => 'us-east-1',
],
'iron' => [
'driver' => 'iron',
'host' => 'mq-aws-us-east-1.iron.io',
'token' => 'your-token',
'project' => 'your-project-id',
'queue' => 'your-queue-name',
'encrypt' => true,
],
'redis' => [
'driver' => 'redis',
'connection' => 'default',