Skip to content

Commit

Permalink
fix key for dynamodb_local
Browse files Browse the repository at this point in the history
  • Loading branch information
crhg committed Jul 9, 2023
1 parent 4e35d27 commit 9a95f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/dynamodb.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
],
'local' => [
'credentials' => [
'key' => 'dynamodb_local',
'key' => 'dynamodblocal',
'secret' => 'secret',
],
'region' => 'stub',
Expand All @@ -53,7 +53,7 @@
],
'test' => [
'credentials' => [
'key' => 'dynamodb_local',
'key' => 'dynamodblocal',
'secret' => 'secret',
],
'region' => 'test',
Expand Down

0 comments on commit 9a95f91

Please sign in to comment.