Skip to content

Commit 94a9537

Browse files
Remove obsolete API settings from web app configuration for clarity and maintenance.
1 parent 36e8931 commit 94a9537

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

terraform/web_app.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ resource "azurerm_linux_web_app" "app" {
4444
"ASPNETCORE_ENVIRONMENT" = var.environment == "prd" ? "Production" : "Development"
4545
"WEBSITE_RUN_FROM_PACKAGE" = "1"
4646

47-
"RepositoryApi__BaseUrl" = local.repository_api.api_management.endpoint
48-
"RepositoryApi__ApplicationAudience" = local.repository_api.application.primary_identifier_uri
49-
50-
"ServersIntegrationApi__BaseUrl" = local.servers_integration_api.api_management.endpoint
51-
"ServersIntegrationApi__ApplicationAudience" = local.servers_integration_api.application.primary_identifier_uri
52-
5347
"GeoLocationApi__BaseUrl" = var.geo_location_api.base_url
5448
"GeoLocationApi__ApiKey" = format("@Microsoft.KeyVault(SecretUri=%s)", var.geo_location_api.keyvault_primary_ref)
5549
"GeoLocationApi__ApplicationAudience" = var.geo_location_api.application_audience

0 commit comments

Comments
 (0)