Skip to content

Commit

Permalink
Minor v4.1.0 azurerm bugfixes (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcma-google committed Sep 18, 2024
1 parent 528cb8a commit 1fc0b25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cloud/azure/modules/app/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ locals {
app_settings = merge({
WEBSITES_ENABLE_APP_SERVICE_STORAGE = false
PORT = 9000

DOCKER_REGISTRY_SERVER_URL = "https://index.docker.io"

DB_USERNAME = "${azurerm_postgresql_flexible_server.civiform.administrator_login}@${azurerm_postgresql_flexible_server.civiform.name}"
DB_PASSWORD = data.azurerm_key_vault_secret.postgres_password.value
Expand Down

0 comments on commit 1fc0b25

Please sign in to comment.