forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
389 B
Text
12 lines
389 B
Text
|
|
===> 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.
|