[databases]
; foodb over unix socket
-foodb =
+;foodb =
; redirect bardb to bazdb on localhost
-bardb = host=localhost dbname=bazdb
+;bardb = host=localhost dbname=bazdb
; acceess to dest database will go with single user
-forcedb = host=127.0.0.1 port=300 user=baz password=foo client_encoding=UNICODE datestyle=ISO connect_query='SELECT 1'
+;forcedb = host=127.0.0.1 port=300 user=baz password=foo client_encoding=UNICODE datestyle=ISO connect_query='SELECT 1'
-nondefaultdb = pool_size=50 reserve_pool=10
+; use custom pool sizes
+;nondefaultdb = pool_size=50 reserve_pool=10
; fallback connect string
;* = host=testserver
;;; Administrative settings
;;;
-logfile = pgbouncer.log
-pidfile = pgbouncer.pid
+logfile = /var/log/pgbouncer/pgbouncer.log
+pidfile = /var/run/pgbouncer/pgbouncer.pid
;;;
;;; Where to wait for clients
; any, trust, plain, crypt, md5
auth_type = trust
-;auth_file = 8.0/main/global/pg_auth
-auth_file = etc/userlist.txt
+;auth_file = /8.0/main/global/pg_auth
+auth_file = /etc/pgbouncer/userlist.txt
;;;
;;; Users allowed into database 'pgbouncer'
;;;
; comma-separated list of users, who are allowed to change settings
-admin_users = user2, someadmin, otheradmin
+;admin_users = user2, someadmin, otheradmin
; comma-separated list of users who are just allowed to use SHOW command
-stats_users = stats, root
+;stats_users = stats, root
;;;
;;; Pooler personality questions