mirror of
https://github.com/jackc/pgx.git
synced 2025-09-04 19:37:10 +00:00
13 lines
248 B
INI
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
|