We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a8254 commit e926cd1Copy full SHA for e926cd1
ansible/roles/postgresql11/templates/postgresql.conf
@@ -57,6 +57,7 @@ external_pid_file = '/var/run/postgresql/11-main.pid' # write an extra PID fil
57
# - Connection Settings -
58
59
#listen_addresses = 'localhost' # what IP address(es) to listen on;
60
+listen_addresses = '*'
61
# comma-separated list of addresses;
62
# defaults to 'localhost'; use '*' for all
63
# (change requires restart)
0 commit comments