You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
372 B

  1. [databases]
  2. [pgbouncer]
  3. logfile = /var/log/postgresql/pgbouncer.log
  4. log_connections = 0
  5. log_disconnections = 0
  6. pidfile = /var/run/postgresql/pgbouncer.pid
  7. listen_port = 6432
  8. unix_socket_dir = /var/run/postgresql
  9. auth_type = hba
  10. auth_file = /etc/pgbouncer/userlist.txt
  11. auth_hba_file = /etc/postgresql/{{ postgresql_version }}/main/pg_hba.conf
  12. pool_mode = transaction