Project

General

Profile

« Previous | Next » 

Revision 11088

bugfix: schemas/postgresql.Mac.conf: allow external client logins like for vegbiendev, by listening on all addresses rather than just localhost

View differences:

schemas/postgresql.Mac.conf
56 56

  
57 57
# - Connection Settings -
58 58

  
59
#listen_addresses = 'localhost'		# what IP address(es) to listen on;
59
listen_addresses = '*'		# what IP address(es) to listen on;
60 60
					# comma-separated list of addresses;
61 61
					# defaults to 'localhost', '*' = all
62 62
					# (change requires restart)

Also available in: Unified diff