postgresql.conf.patch 305 B

123456789
  1. @@ -56,7 +56,7 @@
  2. # - Connection Settings -
  3. -#listen_addresses = 'localhost' # what IP address(es) to listen on;
  4. +listen_addresses = '*' # what IP address(es) to listen on;
  5. # comma-separated list of addresses;
  6. # defaults to 'localhost'; use '*' for all
  7. # (change requires restart)