Commit cc7196c5 authored by Taylor Otwell's avatar Taylor Otwell

Add encrypt option to iron queue config.

parent 08afd1f2
...@@ -53,6 +53,7 @@ return array( ...@@ -53,6 +53,7 @@ return array(
'project' => 'your-project-id', 'project' => 'your-project-id',
'token' => 'your-token', 'token' => 'your-token',
'queue' => 'your-queue-name', 'queue' => 'your-queue-name',
'encrypt' => true,
), ),
'redis' => array( 'redis' => array(
......
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