aboutsummaryrefslogtreecommitdiffstats
path: root/main/pgpool/pgpool.confd
blob: 938bd56b529c9589ac9c1e7b697640a824c0f760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Configuration file for /etc/init.d/pgpool

# Path to the pgpool.conf configuration file.
#config_file="/etc/pgpool/pgpool.conf"

# Path to the pool_hba.conf configuration file.
#hba_file="/etc/pgpool/pool_hba.conf"

# Path to the pgpool key file.
#key_file="/etc/pgpool/pool.key"

# Path to the pcp.conf configuration file.
#pcp_file="/etc/pgpool/pcp.conf"

# Where to redirect pgpool's stderr. If you don't want to capture logs from
# stderr, set this variable to empty string.
#logfile="/var/log/pgpool/pgpool.log"

# Additional options for pgpool(1).
#command_args=""