We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AWS_S3_BUCKET_NAME
1 parent 43f920a commit 1bd6d6aCopy full SHA for 1bd6d6a
1 file changed
.aws/ecs-task-definition.json
@@ -23,6 +23,10 @@
23
{
24
"name": "MONGODB_URL",
25
"valueFrom": "arn:aws:secretsmanager:ap-northeast-2:864981757354:secret:xrpedia/credentials-UAy9x0:xrpedia-mongodb-url::"
26
+ },
27
+ {
28
+ "name": "AWS_S3_BUCKET_NAME",
29
+ "valueFrom": "arn:aws:secretsmanager:ap-northeast-2:864981757354:secret:xrpedia/credentials-UAy9x0:xrpedia-s3-bucket-name::"
30
}
31
],
32
"ulimits": [],
0 commit comments