Skip to content

Commit

Permalink
Update main app_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
albal committed Jan 11, 2024
1 parent 5378e00 commit 206c88d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Terraform/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ resource "azurerm_linux_web_app" "linux-web-app" {
CPD_INSTRUMENTATION_CONNECTIONSTRING = data.azurerm_application_insights.appinsights.connection_string
CPD_CLARITY = var.cpd_clarity
CPD_FEATURE_POLLING_INTERVAL = var.cpd_feature_polling_interval
CPD_SEARCH_CLIENT_API_KEY = var.cpd_search_client_api_key
CPD_SEARCH_ENDPOINT = var.cpd_search_endpoint
CPD_SEARCH_INDEX_NAME = var.cpd_search_index_name
DOCKER_ENABLE_CI = "true"
}

Expand Down

0 comments on commit 206c88d

Please sign in to comment.