Skip to content

Commit

Permalink
feat(forecasted-grants): remove commas
Browse files Browse the repository at this point in the history
  • Loading branch information
lsr-explore committed Oct 16, 2024
1 parent ea99821 commit 1c9447b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions terraform/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ api_enable_saved_search_grants_digest = true
api_enable_grant_digest_scheduled_task = true
api_log_retention_in_days = 30
api_container_environment = {
NEW_GRANT_DETAILS_PAGE_ENABLED = true,
SHARE_TERMINOLOGY_ENABLED = true,
SHOW_FORECASTED_GRANTS = false,
NEW_GRANT_DETAILS_PAGE_ENABLED = true
SHARE_TERMINOLOGY_ENABLED = true
SHOW_FORECASTED_GRANTS = false
}

// Postgres
Expand Down
6 changes: 3 additions & 3 deletions terraform/staging.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ api_enable_saved_search_grants_digest = true
api_enable_grant_digest_scheduled_task = true
api_log_retention_in_days = 14
api_container_environment = {
NEW_GRANT_DETAILS_PAGE_ENABLED = true,
SHARE_TERMINOLOGY_ENABLED = true,
SHOW_FORECASTED_GRANTS = true,
NEW_GRANT_DETAILS_PAGE_ENABLED = true
SHARE_TERMINOLOGY_ENABLED = true
SHOW_FORECASTED_GRANTS = true
}

// Postgres
Expand Down

0 comments on commit 1c9447b

Please sign in to comment.