mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
|
|
===> CONFIGURATION NOTE:
|
|
|
|
To setup pgbouncer you need to edit the configuration file:
|
|
%%PREFIX%%/etc/pgbouncer.ini
|
|
|
|
You will also need to define the list of allowed users as
|
|
per the pgbouncer(5) man page. See the sample file:
|
|
%%PREFIX%%/etc/pgbouncer.users.sample
|
|
|
|
To run pgbouncer from startup, add pgbouncer_enable="YES"
|
|
in your /etc/rc.conf.
|