Skip to content

Commit

Permalink
chore: turn on new saved search in prod (#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
as1729 authored Sep 30, 2023
1 parent f07d462 commit 2fa8bc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ website_managed_waf_rules = {
}
}
website_feature_flags = {
useNewTable = false,
useNewTable = true,
}

// ECS Cluster
Expand All @@ -51,9 +51,9 @@ api_container_image_tag = "stable"
api_default_desired_task_count = 3
api_minumum_task_count = 2
api_maximum_task_count = 5
api_enable_grants_scraper = true
api_enable_grants_digest = true
api_enable_saved_search_grants_digest = false
api_enable_grants_scraper = false
api_enable_grants_digest = false
api_enable_saved_search_grants_digest = true
api_log_retention_in_days = 30
api_datadog_environment_variables = {
DD_PROFILING_ENABLED = true,
Expand Down

0 comments on commit 2fa8bc8

Please sign in to comment.