MyNixOS website logo
option-set

services.pgbouncer

Showing entries 1-32 out of 32.
syslogNixOS option-set
tlsNixOS option-set
Comma-separated list of database users that are allowed to connect and run all commands on the con…
Database name in the [database] section to be used for authentication purposes
The name of the file to load user names and passwords from
HBA configuration file to use when authType is hba
Query to load user's password from database
How to authenticate users.cert Client must connect over TLS connection with a valid client certifi…
If authUser is set, then any user not specified in authFile will be queried through the authQuery …
Detailed information about PostgreSQL database definitions: https://www.pgbouncer.org/config.html#…
How many server connections to allow per user/database pair
Whether to enable PostgreSQL connection pooler
Any additional text to be appended to config.ini https://www.pgbouncer.org/config.html
The group pgbouncer is run as
Specifies the home directory
By default, PgBouncer allows only parameters it can keep track of in startup packets: client_encod…
Specifies a list (comma-separated) of addresses where to listen for TCP connections
Which port to listen on
Specifies a log file in addition to journald
Maximum number of client connections allowed
Do not allow more than this many server connections per database (regardless of user)
Do not allow more than this many server connections per user (regardless of database)
Maximum number of open files
Whether to automatically open the specified TCP port in the firewall
The pgbouncer package to use
Optional
Specifies when a server connection can be reused by other clients.session Server is released back …
Comma-separated list of database users that are allowed to connect and run read-only queries on th…
Https://www.pgbouncer.org/config.html#log-settings
The user pgbouncer is run as
Optional
Increase verbosity