From cc7196c5e949ce103b3dc07313f11bb35a2a7b49 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 21 Jan 2014 13:31:14 -0600 Subject: [PATCH] Add encrypt option to iron queue config. --- app/config/queue.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/queue.php b/app/config/queue.php index 6c0fa523..80a02900 100644 --- a/app/config/queue.php +++ b/app/config/queue.php @@ -53,6 +53,7 @@ 'project' => 'your-project-id', 'token' => 'your-token', 'queue' => 'your-queue-name', + 'encrypt' => true, ), 'redis' => array(