Skip to content

Commit

Permalink
fix: re-add EDGE_API_URL to api service task definition (#2475)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Jul 19, 2023
1 parent d93c4ac commit 9554864
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure/aws/production/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@
{
"name": "PIPEDRIVE_IGNORE_DOMAINS",
"value": "flagsmith.com,solidstategroup.com,restmail.net,bullettrain.io"
},
{
"name":"EDGE_API_URL",
"value":"https://edge.api.flagsmith.com/api/v1/"
}
],
"secrets": [
Expand Down

3 comments on commit 9554864

@vercel
Copy link

@vercel vercel bot commented on 9554864 Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9554864 Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9554864 Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs-flagsmith.vercel.app
docs.bullet-train.io
docs.flagsmith.com

Please sign in to comment.