# Listen only on localhost

ARGS="--web.listen-address=127.0.0.1:9127 \
      --pgBouncer.connectionString="postgres://postgres:@localhost:6543/pgbouncer?sslmode=disable \
      --pgBouncer.pid-file=/var/run/pgbouncer/pgbouncer.pid"
