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