Skip to content

Commit

Permalink
Updating db name for app
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Dec 14, 2023
1 parent 349fd9c commit 7b61384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/template/app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "azurerm_linux_web_app" "api" {
KEY_VAULT_NAME = azurerm_key_vault.key_storage.name
DB_URL = "jdbc:postgresql://cdcti-${var.environment}-database.postgres.database.azure.com"
DB_PORT = "5432"
DB_NAME = "intermediary"
DB_NAME = "postgres"
DB_USER = azurerm_postgresql_flexible_server.database.administrator_login
DB_PASS = azurerm_postgresql_flexible_server.database.administrator_password
DB_SSL = "true"
Expand Down

0 comments on commit 7b61384

Please sign in to comment.