mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Update listen_addresses description.
Darcy Buskermolen
This commit is contained in:
@ -46,8 +46,9 @@
|
|||||||
|
|
||||||
# - Connection Settings -
|
# - Connection Settings -
|
||||||
|
|
||||||
#listen_addresses = 'localhost' # what IP interface(s) to listen on;
|
#listen_addresses = 'localhost' # what IP address(es) to listen on;
|
||||||
# defaults to localhost, '*' = any
|
# comma seperated;
|
||||||
|
# defaults to localhost, '*' = all
|
||||||
#port = 5432
|
#port = 5432
|
||||||
#max_connections = 100
|
#max_connections = 100
|
||||||
# note: increasing max_connections costs ~400 bytes of shared memory per
|
# note: increasing max_connections costs ~400 bytes of shared memory per
|
||||||
|
Reference in New Issue
Block a user