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

Commit

Permalink
Change the db name
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Dec 14, 2023
1 parent ebac5f1 commit e1226d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operations/template/app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ resource "azurerm_linux_web_app" "api" {
KEY_VAULT_NAME = azurerm_key_vault.key_storage.name
DB_URL = "cdcti-${var.environment}-database.postgres.database.azure.com"
DB_PORT = "5432"
DB_NAME = "cdcti-internal-api"
DB_USER = "DOG"
DB_NAME = "postgres"
DB_USER = "cdcti-internal-api"
DB_SSL = "true"
}

Expand Down

0 comments on commit e1226d6

Please sign in to comment.