Skip to content

Commit

Permalink
Turn on grant details page in production (and sandbox) (#2858)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsmohan authored Mar 28, 2024
1 parent d09ed9b commit 88d076a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ website_datadog_rum_options = {
website_feature_flags = {
myProfileEnabled = true,
newTerminologyEnabled = true,
newGrantsDetailPageEnabled = false,
newGrantsDetailPageEnabled = true,
}

// Google Analytics Account ID: 233192355, Property ID: 321194851, Stream ID: 3802896350
Expand Down
2 changes: 1 addition & 1 deletion terraform/sandbox.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ website_managed_waf_rules = {}
website_feature_flags = {
myProfileEnabled = true,
newTerminologyEnabled = false,
newGrantsDetailPageEnabled = false,
newGrantsDetailPageEnabled = true,
}

// ECS Cluster
Expand Down

0 comments on commit 88d076a

Please sign in to comment.