postgresql listen on pseudo-address
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
otthorn 2021-03-10 12:26:18 +01:00
parent dbbaf0d26d
commit 8b9bef865e

View file

@ -57,6 +57,8 @@ external_pid_file = '/var/run/postgresql/{{ postgresql.version }}-main.pid'
# - Connection Settings -
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;
# defaults to 'localhost'; use '*' for all