Skip to content

Commit 43f920a

Browse files
authored
[Feat] server-document에 MongoDB 연동 (ecs task definition 업데이트) (#18)
## 작업 내역 (관련 이슈) - #17 ## 특이 사항 -
2 parents 650e2ff + 8e29d3f commit 43f920a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.aws/ecs-task-definition.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"mountPoints": [],
2121
"volumesFrom": [],
2222
"secrets": [
23+
{
24+
"name": "MONGODB_URL",
25+
"valueFrom": "arn:aws:secretsmanager:ap-northeast-2:864981757354:secret:xrpedia/credentials-UAy9x0:xrpedia-mongodb-url::"
26+
}
2327
],
2428
"ulimits": [],
2529
"logConfiguration": {

0 commit comments

Comments
 (0)