postgresql listen on pseudo-address
This commit is contained in:
parent
dbbaf0d26d
commit
8b9bef865e
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ external_pid_file = '/var/run/postgresql/{{ postgresql.version }}-main.pid'
|
||||||
|
|
||||||
# - Connection Settings -
|
# - Connection Settings -
|
||||||
|
|
||||||
|
listen_addresses = 0.0.0.0, [::]
|
||||||
|
# listen_addresses = * # listen to all
|
||||||
#listen_addresses = 'localhost' # what IP address(es) to listen on;
|
#listen_addresses = 'localhost' # what IP address(es) to listen on;
|
||||||
# comma-separated list of addresses;
|
# comma-separated list of addresses;
|
||||||
# defaults to 'localhost'; use '*' for all
|
# defaults to 'localhost'; use '*' for all
|
||||||
|
|
Loading…
Reference in a new issue