Skip to content

Commit

Permalink
dynamodb table name added
Browse files Browse the repository at this point in the history
  • Loading branch information
HTSagara committed Aug 2, 2024
1 parent 5022ba4 commit 83df686
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fragments-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"name": "NODE_ENV",
"value": "production"
},
{
"name": "AWS_DYNAMODB_TABLE_NAME",
"value": "fragments"
},
{
"name": "PORT",
"value": "80"
Expand All @@ -32,6 +36,10 @@
{
"name": "HTPASSWD_FILE",
"value": "tests/.htpasswd"
},
{
"name": "AWS_S3_BUCKET_NAME",
"value": "hsagara-fragments"
}
],
"environmentFiles": [],
Expand Down

0 comments on commit 83df686

Please sign in to comment.