# - pgpool Connection Settings -
#listen_addresses = 'localhost'
- # Host name or IP address to listen on:
- # '*' for all, '' for no TCP/IP connections
+ # what host name(s) or IP address(es) to listen on;
+ # comma-separated list of addresses;
+ # defaults to 'localhost'; use '*' for all
# (change requires restart)
#port = 9999
# Port number
# - pgpool Communication Manager Connection Settings -
#pcp_listen_addresses = 'localhost'
- # Host name or IP address for pcp process to listen on:
- # '*' for all, '' for no TCP/IP connections
- # (change requires restart)
+ # what host name(s) or IP address(es) to listen on;
+ # comma-separated list of addresses;
+ # defaults to 'localhost'; use '*' for all
+ # (change requires restart)
+#pc_listen_addresses = 'localhost'
+ # what IP address(es) to listen on;
+ # comma-separated list of addresses;
+ # defaults to 'localhost'; use '*' for all
+ # (change requires restart)
#pcp_port = 9898
# Port number for pcp
# (change requires restart)