- Removed unused config info from the queue config file

This commit is contained in:
Dave 2016-03-08 00:02:09 +00:00
parent 5e0bd28bdb
commit 20d68a4807
1 changed files with 14 additions and 14 deletions

View File

@ -54,10 +54,10 @@ return [
'iron' => [
'driver' => 'iron',
'host' => 'mq-aws-eu-west-1.iron.io',
'token' => 'e86QTHwOmEDzqYtti9xAKSgjS7E',
'project' => '535d254120fa16000900000a',
'queue' => '54e8a61d8d560bccac9dc83e',
'encrypt' => true,
'token' => '',
'project' => '',
'queue' => '',
'encrypt' => true
],
'redis' => [
'driver' => 'redis',