summaryrefslogtreecommitdiff
blob: 734a6072dd3f8adb839752de2b806ce2032cce6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/etc/pgbouncer.ini b/etc/pgbouncer.ini
index 874b639..ffada4d 100644
--- a/etc/pgbouncer.ini
+++ b/etc/pgbouncer.ini
@@ -22,8 +22,8 @@ nondefaultdb = pool_size=50 reserve_pool=10
 ;;; 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
@@ -41,7 +41,7 @@ unix_socket_dir = /tmp
 ; any, trust, plain, crypt, md5
 auth_type = trust
 #auth_file = 8.0/main/global/pg_auth
-auth_file = etc/userlist.txt
+auth_file = /etc/userlist.txt
 
 ;;;
 ;;; Users allowed into database 'pgbouncer'