Skip to content

Commit

Permalink
chore(Assign-to-Share): flip prod ff (#3268)
Browse files Browse the repository at this point in the history
  • Loading branch information
amyewang authored Jul 16, 2024
1 parent feef988 commit 2147486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ website_datadog_rum_options = {
website_feature_flags = {
newTerminologyEnabled = true,
newGrantsDetailPageEnabled = true,
shareTerminologyEnabled = false,
shareTerminologyEnabled = true,
}

// Google Analytics Account ID: 233192355, Property ID: 321194851, Stream ID: 3802896350
Expand All @@ -73,7 +73,7 @@ api_datadog_environment_variables = {
}
api_container_environment = {
NEW_GRANT_DETAILS_PAGE_ENABLED = true,
SHARE_TERMINOLOGY_ENABLED = false,
SHARE_TERMINOLOGY_ENABLED = true,
}

// Postgres
Expand Down

0 comments on commit 2147486

Please sign in to comment.