Skip to content

Commit e14c083

Browse files
author
Simran Bajaj
committed
Removed environment variable for EMF endpoint
1 parent 3d96dcc commit e14c083

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/ecs-firelens/container-definitions-fargate.template.json

-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
{
33
"name": "example",
44
"image": "<account-id>.dkr.ecr.<region>.amazonaws.com/<image-name>:latest",
5-
"environment": [{
6-
"name": "AWS_EMF_AGENT_ENDPOINT",
7-
"value": "tcp://127.0.0.1:25888"
8-
}
9-
],
105
"essential": true,
116
"logConfiguration": {
127
"logDriver": "awsfirelens",

0 commit comments

Comments
 (0)