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

Commit

Permalink
fix: set CORE_CONTRACT_EVENT_SERVICE_TYPE ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Jun 14, 2024
1 parent 45e4b89 commit c32c520
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 @@ -110,7 +110,7 @@ app_settings = [
},
{
name = "CORE_CONTRACT_EVENT_SERVICE_TYPE"
value = "send"
value = "ignore"
# //solo selfcare
},
{
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 @@ -103,7 +103,7 @@ app_settings = [
},
{
name = "CORE_CONTRACT_EVENT_SERVICE_TYPE"
value = "send"
value = "ignore"
},
{
name = "SMTP_HOST"
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 @@ -94,7 +94,7 @@ app_settings = [
},
{
name = "CORE_CONTRACT_EVENT_SERVICE_TYPE"
value = "send"
value = "ignore"
},
{
name = "SMTP_HOST"
Expand Down

0 comments on commit c32c520

Please sign in to comment.