6000 is conflicts with X, 6432 seems free and is already used by Debian.
On which port to listen on. Applies to both TCP and Unix sockets.
-Default: 6000
+Default: 6432
==== unix_socket_dir ====
; ip address or * which means all ip-s
listen_addr = 127.0.0.1
-listen_port = 6000
+listen_port = 6432
unix_socket_dir = /tmp
;;;
;pidfile = pgbouncer.pid
listen_addr = 127.0.0.1
-listen_port = 6000
+listen_port = 6432
unix_socket_dir = /tmp
; any, trust, plain, crypt, md5
pidfile = lib/pgbouncer.pid
listen_addr = 127.0.0.1
-listen_port = 6000
+listen_port = 6432
unix_socket_dir = /tmp
; any, trust, plain, crypt, md5
static char *cf_config_file;
char *cf_listen_addr = NULL;
-int cf_listen_port = 6000;
+int cf_listen_port = 6432;
char *cf_unix_socket_dir = "/tmp";
int cf_pool_mode = POOL_SESSION;