12 lines
238 B
INI
12 lines
238 B
INI
|
[databases]
|
||
|
concordia_server = host=127.0.0.1 port=5432 dbname=concordia_server
|
||
|
|
||
|
[pgbouncer]
|
||
|
listen_port = 6543
|
||
|
listen_addr = *
|
||
|
auth_type = md5
|
||
|
auth_file = users.txt
|
||
|
logfile = pgbouncer.log
|
||
|
pidfile = pgbouncer.pid
|
||
|
admin_users = concordia
|