Skip to content

Commit f746484

Browse files
committed
feat: route tenttiarkisto through pgbouncer
1 parent 50f109d commit f746484

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/tenttiarkisto/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ resource "azurerm_linux_web_app" "tenttiarkisto" {
7979
DB_USER = module.service_database.db_user
8080
DB_PASSWORD = module.service_database.db_password
8181
DB_HOST = var.postgres_server_fqdn
82+
DB_PORT = 6432
8283

8384
SECRET_KEY = var.django_secret_key
8485

0 commit comments

Comments
 (0)