Revision 11088
Added by Aaron Marcuse-Kubitza over 11 years ago
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
bugfix: schemas/postgresql.Mac.conf: allow external client logins like for vegbiendev, by listening on all addresses rather than just localhost