Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
[SELC-5169] feat : enabled PecNotification
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenbegiqi committed Jul 11, 2024
1 parent d4f48c4 commit eef996c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/container_apps/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ app_settings = [
},
{
name = "PEC_NOTIFICATION_DISABLED"
value = "true"
value = "false"
}
]

Expand Down
2 changes: 1 addition & 1 deletion infra/container_apps/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ app_settings = [
},
{
name = "PEC_NOTIFICATION_DISABLED"
value = "true"
value = "false"
}
]

Expand Down
2 changes: 1 addition & 1 deletion infra/container_apps/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ app_settings = [
},
{
name = "PEC_NOTIFICATION_DISABLED"
value = "true"
value = "false"
}
]

Expand Down

0 comments on commit eef996c

Please sign in to comment.