pgx/pgbouncer.ini
Jack Christensen 12244d5811 WIP
2016-10-28 15:46:00 -05:00

13 lines
248 B
INI

[databases]
pgx_test = host=127.0.0.1 port=5432 dbname=pgx_test
[pgbouncer]
listen_port = 6543
listen_addr = 127.0.0.1
auth_type = md5
auth_file = users.txt
logfile = pgbouncer.log
pidfile = pgbouncer.pid
admin_users = dev
pool_mode = transaction