Skip to content

Commit

Permalink
was missing port
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Laurent committed Jan 14, 2025
1 parent 1b2b3e0 commit ef330c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/envs/dataart-dev-2025/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ locals {
backend_environments = [
{
"name" : "ALLOWED_HOSTS",
"value" : "${var.cf_domain},${module.alb.load_balancer_dns_name["lb"]}"
"value" : "${var.cf_domain},${module.alb.load_balancer_dns_name["lb"]},http://localhost:3000"
},
{
"name" : "AWS_S3_REGION_NAME",
Expand All @@ -94,7 +94,7 @@ locals {
},
{
"name" : "CORS_ALLOWED_ORIGINS",
"value" : "https://${var.cf_domain},https://${module.alb.load_balancer_dns_name["lb"]}"
"value" : "https://${var.cf_domain},https://${module.alb.load_balancer_dns_name["lb"]},http://localhost:3000"
},
{
"name" : "REACT_APP_SERVER_ENDPOINT",
Expand Down

0 comments on commit ef330c7

Please sign in to comment.