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

Commit

Permalink
[SELC-4943] Feat: set env CORE_USER_EVENT_SERVICE_TYPE to ignore (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaminiaScarciofolo authored Jun 11, 2024
1 parent e7d728d commit b09a0d5
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 @@ -105,7 +105,7 @@ app_settings = [
},
{
name = "CORE_USER_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 @@ -99,7 +99,7 @@ app_settings = [
},
{
name = "CORE_USER_EVENT_SERVICE_TYPE"
value = "send"
value = "ignore"
},
{
name = "CORE_CONTRACT_EVENT_SERVICE_TYPE"
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 @@ -90,7 +90,7 @@ app_settings = [
},
{
name = "CORE_USER_EVENT_SERVICE_TYPE"
value = "send"
value = "ignore"
},
{
name = "CORE_CONTRACT_EVENT_SERVICE_TYPE"
Expand Down

0 comments on commit b09a0d5

Please sign in to comment.