Customer has got 3 nodes Postgres HA cluster and synchronous replication occurs at the database layer across the nodes. Customer wanted to use postgres cluster's load balancer's IP to use in DB_URI string.
DB_URI: postgresql://dbuser:dbpass@<postgres cluster's load balancer's IP>:5432/database