Skip to content

Commit

Permalink
enable sending emails via sendgrid from dev3
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx committed Jun 26, 2023
1 parent 7a7363d commit d59d01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application-azure-dev3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ simple-report:
patient-link-url: https://dev3.simplereport.gov/app/pxp?plid=
twilio-callback-url: https://dev3.simplereport.gov/api/pxp/callback
sendgrid:
enabled: false
enabled: true
cors:
allowed-origins:
- https://simplereportdev3app.z13.web.core.windows.net
Expand Down
2 changes: 1 addition & 1 deletion ops/dev3/_data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ data "azurerm_key_vault_secret" "twilio_messaging_sid" {
}

data "azurerm_key_vault_secret" "sendgrid_api_key" {
name = "sendgrid-api-key"
name = "sendgrid-${local.env}-api-key"
key_vault_id = data.azurerm_key_vault.sr_global.id
}

Expand Down

0 comments on commit d59d01a

Please sign in to comment.