Skip to content

Commit

Permalink
chore: turn on new saved search in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
as1729 committed Sep 29, 2023
1 parent 1e0c52a commit 572927d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -52,8 +52,8 @@ 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_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 572927d

Please sign in to comment.