Add encrypt option to iron queue config.

This commit is contained in:
Taylor Otwell 2014-01-21 13:31:14 -06:00
parent 08afd1f2f7
commit cc7196c5e9
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
'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(