Skip to content

Commit

Permalink
Add missing comma in config
Browse files Browse the repository at this point in the history
  • Loading branch information
squigg committed Sep 18, 2020
1 parent 71571f0 commit 015c2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fill out your own connection data from the Azure Management portal:
'accountname' => env('AZURE_QUEUE_STORAGE_NAME'), // Azure storage account name
'key' => env('AZURE_QUEUE_KEY'), // Access key for storage account
'queue' => env('AZURE_QUEUE_NAME'), // Queue container name
'timeout' => 60 // Seconds before a job is released back to the queue
'timeout' => 60, // Seconds before a job is released back to the queue
'endpoint' => env('AZURE_QUEUE_ENDPOINTSUFFIX'), // Optional endpoint suffix if different from core.windows.net
],

Expand Down

0 comments on commit 015c2c1

Please sign in to comment.