Use '::' in place of '[::]'

This commit is contained in:
jeltz 2021-03-10 15:19:39 +01:00
parent 06b54d5f89
commit bd05b702bb

View file

@ -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;