Commit 96237d88 authored by Taylor Otwell's avatar Taylor Otwell

update queue config with sqs example.

parent 3ad5edcc
...@@ -15,7 +15,7 @@ return array( ...@@ -15,7 +15,7 @@ return array(
| |
*/ */
'default' => 'sync', 'default' => 'sqs',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
...@@ -40,6 +40,14 @@ return array( ...@@ -40,6 +40,14 @@ return array(
'queue' => 'default', 'queue' => 'default',
), ),
'sqs' => array(
'driver' => 'sqs',
'key' => 'your-public-key',
'secret' => 'your-secret-key',
'queue' => 'your-queue-url',
'region' => 'us-east-1',
),
), ),
); );
\ No newline at end of file
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