Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Dec 14, 2023
1 parent a1099ec commit 65efe42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ module "ecs_app" {
]

environment = [
{
name = "APP_NAME"
value = "Bursa Binelui"
},
{
name = "APP_ENV"
value = var.env
Expand Down Expand Up @@ -93,7 +97,7 @@ module "ecs_app" {
},
{
name = "AWS_PUBLIC_URL"
value = "https://www.${var.domain_name}/media"
value = "https://www.${var.domain_name}"
},
{
name = "SENTRY_TRACES_SAMPLE_RATE"
Expand Down

0 comments on commit 65efe42

Please sign in to comment.