fix listen_addr and listen_port

This commit is contained in:
ace
2023-05-11 14:12:15 +03:00
parent 6e4d37dbe4
commit b0142125de
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,8 @@ pgbouncer_log_dir: "/var/log/pgbouncer"
pgbouncer_pid_dir: "/tmp"
pgbouncer_pid_name: "pgbouncer.pid"
pgbouncer_log_name: "pgbouncer.log"
pgbouncer_listen_port: 6432
pgbouncer_listen_addr: '0.0.0.0'
pgbouncer_listen_port: '6432'
pgbouncer_systemd_user: "pgbouncer"
pgbouncer_systemd_group: "pgbouncer"
pgbouncer_max_client_conn: 10000