Skip to content

Commit

Permalink
Correct govuk website root
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett committed Oct 9, 2023
1 parent af7af22 commit 1a07943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-azure/local.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ locals {
"DATABASE_URL" = var.webapp_slot_database_url
"WEBSITES_ENABLE_APP_SERVICE_STORAGE" = "false"
"GOVUK_APP_DOMAIN" = "london.cloudapps.digital" #TODO: Remove this dependency post-migration to Azure
"GOVUK_WEBSITE_ROOT" = "ey-recovery-dev" #TODO: Remove this dependency post-migration to Azure
"GOVUK_WEBSITE_ROOT" = "eyfs-dev" #TODO: Remove this dependency post-migration to Azure
"DOMAIN" = var.webapp_config_domain
"FEEDBACK_URL" = var.webapp_config_feedback_url
"NODE_ENV" = var.webapp_config_node_env
Expand Down

0 comments on commit 1a07943

Please sign in to comment.