Skip to content

Commit

Permalink
Redis caching
Browse files Browse the repository at this point in the history
  • Loading branch information
harryy94 committed Jan 28, 2025
1 parent 9bafdf5 commit 45c88c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/infrastructure/terraform/web.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ locals {
"ContentfulOptions__SpaceId" = "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.contentful-space-id.versionless_id})"
"BaseUrl" = "https://${local.frontdoor_url}"
"ApplicationInsights__ConnectionString" = "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.application-insights-connection-string.versionless_id})"
"Caching__Type" = "Redis"
"Caching__ConnectionString" = "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.redis-cache-connection-string.versionless_id})"
}
}

Expand Down

0 comments on commit 45c88c9

Please sign in to comment.