MyNixOS website logo
option

services.pgbouncer.authFile

The name of the file to load user names and passwords from.

See section Authentication file format details: https://www.pgbouncer.org/config.html#authentication-file-format

Most authentication types require that either authFile or authUser be set; otherwise there would be no users defined.

Declarations
Type
null or path
Default
null
Example
"/secrets/pgbouncer_authfile"