Skip to content

Commit

Permalink
wrong default value for textract_secret, should be used for textract_…
Browse files Browse the repository at this point in the history
…version.
  • Loading branch information
HelgeSverre committed Dec 25, 2023
1 parent cf0a575 commit 932f097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/extractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
*/

'textract_region' => env('TEXTRACT_REGION'),
'textract_version' => env('TEXTRACT_VERSION'),
'textract_key' => env('TEXTRACT_KEY'),
'textract_secret' => env('TEXTRACT_SECRET', '2018-06-27'),
'textract_secret' => env('TEXTRACT_SECRET'),
'textract_version' => env('TEXTRACT_VERSION', '2018-06-27'),

];

0 comments on commit 932f097

Please sign in to comment.