diff --git a/infra/container_apps/env/dev/terraform.tfvars b/infra/container_apps/env/dev/terraform.tfvars index 5e7fd188..59e5748d 100644 --- a/infra/container_apps/env/dev/terraform.tfvars +++ b/infra/container_apps/env/dev/terraform.tfvars @@ -105,7 +105,7 @@ app_settings = [ }, { name = "CORE_USER_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 f4602bb1..69d5e808 100644 --- a/infra/container_apps/env/prod/terraform.tfvars +++ b/infra/container_apps/env/prod/terraform.tfvars @@ -99,7 +99,7 @@ app_settings = [ }, { name = "CORE_USER_EVENT_SERVICE_TYPE" - value = "send" + value = "ignore" }, { name = "CORE_CONTRACT_EVENT_SERVICE_TYPE" diff --git a/infra/container_apps/env/uat/terraform.tfvars b/infra/container_apps/env/uat/terraform.tfvars index d3dade5b..13425341 100644 --- a/infra/container_apps/env/uat/terraform.tfvars +++ b/infra/container_apps/env/uat/terraform.tfvars @@ -90,7 +90,7 @@ app_settings = [ }, { name = "CORE_USER_EVENT_SERVICE_TYPE" - value = "send" + value = "ignore" }, { name = "CORE_CONTRACT_EVENT_SERVICE_TYPE"