Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
removing bad value
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Dec 14, 2023
1 parent cdb5324 commit a147e0f
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 @@ -34,7 +34,7 @@ resource "azurerm_linux_web_app" "api" {
ENV = var.environment
REPORT_STREAM_URL_PREFIX = "https://${local.rs_domain_prefix}prime.cdc.gov"
KEY_VAULT_NAME = azurerm_key_vault.key_storage.name
DB_URL = "jdbc:postgresql://${azurerm_postgresql_flexible_server.database.connection}"
DB_URL = "jdbc:postgresql://"
DB_PORT = "5433"
DB_NAME = "intermediary"
DB_USER = azurerm_postgresql_flexible_server.database.administrator_login
Expand Down

0 comments on commit a147e0f

Please sign in to comment.