diff --git a/infra/container_apps/env/dev/terraform.tfvars b/infra/container_apps/env/dev/terraform.tfvars index 59e5748d..277be487 100644 --- a/infra/container_apps/env/dev/terraform.tfvars +++ b/infra/container_apps/env/dev/terraform.tfvars @@ -110,7 +110,7 @@ app_settings = [ }, { name = "CORE_CONTRACT_EVENT_SERVICE_TYPE" - value = "send" + value = "ignore" # //solo selfcare }, { diff --git a/infra/container_apps/env/prod/terraform.tfvars b/infra/container_apps/env/prod/terraform.tfvars index 69d5e808..fb04e9a0 100644 --- a/infra/container_apps/env/prod/terraform.tfvars +++ b/infra/container_apps/env/prod/terraform.tfvars @@ -103,7 +103,7 @@ app_settings = [ }, { name = "CORE_CONTRACT_EVENT_SERVICE_TYPE" - value = "send" + value = "ignore" }, { name = "SMTP_HOST" diff --git a/infra/container_apps/env/uat/terraform.tfvars b/infra/container_apps/env/uat/terraform.tfvars index 13425341..87890e38 100644 --- a/infra/container_apps/env/uat/terraform.tfvars +++ b/infra/container_apps/env/uat/terraform.tfvars @@ -94,7 +94,7 @@ app_settings = [ }, { name = "CORE_CONTRACT_EVENT_SERVICE_TYPE" - value = "send" + value = "ignore" }, { name = "SMTP_HOST"