MyNixOS website logo
option

services.pgbouncer.peers

Optional.

Detailed information about PostgreSQL database definitions: https://www.pgbouncer.org/config.html#section-peers.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  "1" = "host=host1.example.com";
  "2" = "host=/tmp/pgbouncer-2 port=5555";
}