--- a/etc/pgbouncer.ini
+++ b/etc/pgbouncer.ini
@@ -7,15 +7,15 @@
 [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
+;nondefaultdb = pool_size=50 reserve_pool=10
 
 ; fallback connect string
 ;* = host=testserver
@@ -27,8 +27,8 @@ nondefaultdb = pool_size=50 reserve_pool
 ;;; Administrative settings
 ;;;
 
-logfile = pgbouncer.log
-pidfile = pgbouncer.pid
+logfile = /var/log/postgresql/pgbouncer.log
+pidfile = /var/run/postgresql/pgbouncer.pid
 
 ;;;
 ;;; Where to wait for clients
@@ -40,7 +40,7 @@ listen_port = 6432
 
 ; unix socket is also used for -R.
 ; On debian it should be /var/run/postgresql
-;unix_socket_dir = /tmp
+unix_socket_dir = /var/run/postgresql
 
 ;;;
 ;;; Authentication settings
@@ -49,17 +49,17 @@ listen_port = 6432
 ; any, trust, plain, crypt, md5
 auth_type = trust
 #auth_file = 8.0/main/global/pg_auth
-auth_file = etc/userlist.txt
+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 =
 
 ; comma-separated list of users who are just allowed to use SHOW command
-stats_users = stats, root
+stats_users =
 
 ;;;
 ;;; Pooler personality questions
