Add encrypt option to iron queue config.
This commit is contained in:
parent
08afd1f2f7
commit
cc7196c5e9
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue