Skip to content

Commit 3757a18

Browse files
committed
Add systems manager parameters
1 parent 4fa9161 commit 3757a18

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

ecs-task-def.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@
1111
"protocol": "tcp"
1212
}
1313
],
14-
"essential": true
14+
"essential": true,
15+
"secrets": [
16+
{
17+
"name": "MONGODB_URI",
18+
"valueFrom": "/auth/MONGODB_URI"
19+
},
20+
{
21+
"name": "JWT_SECRET",
22+
"valueFrom": "/auth/JWT_SECRET"
23+
}
24+
]
1525
}
1626
],
1727
"requiresCompatibilities": [

0 commit comments

Comments
 (0)