Skip to content

Commit

Permalink
cool link
Browse files Browse the repository at this point in the history
  • Loading branch information
86LAK committed May 19, 2024
1 parent 0440ab1 commit 400c26d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ resource "aws_ecs_task_definition" "unibasement_frontend" {
"name": "NEXT_PUBLIC_API_URL",
"value": "http://${aws_lb.unibasement_backend.dns_name}:8080"
},
{
"name": "NEXT_PUBLIC_ROOT_DOMAIN",
"value": "${aws_route53_record.unibasement.name}.${data.aws_route53_zone.unibasement.name}:3000"
},
{
"name": "AUTH0_CLIENT_DOMAIN",
"value": "${var.auth0_domain}"
Expand Down

0 comments on commit 400c26d

Please sign in to comment.