Browse Source

Add encrypt option to iron queue config.

Taylor Otwell 11 years ago
parent
commit
cc7196c5e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/config/queue.php

+ 1 - 0
app/config/queue.php

@@ -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(