summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2011-02-13 22:42:33 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2011-02-13 22:42:33 -0500
commita98c5d1ce7ba4c501a4ec12cda98c073dc994018 (patch)
treeea2963f500c44064722249737b28581044038427 /conf
parentf54d19056b601dece3bf9fbc88d4b99ca72fb766 (diff)
postgresql.conf: listen on private address
Diffstat (limited to 'conf')
-rw-r--r--conf/postgresql.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/postgresql.conf b/conf/postgresql.conf
index d89fca0..1eec81d 100644
--- a/conf/postgresql.conf
+++ b/conf/postgresql.conf
@@ -56,7 +56,7 @@ external_pid_file = '/var/run/postgresql/8.4-main.pid' # write an extra PID fil
# - Connection Settings -
-#listen_addresses = 'localhost' # what IP address(es) to listen on;
+listen_addresses = 'localhost,192.168.162.138' # what IP address(es) to listen on;
# comma-separated list of addresses;
# defaults to 'localhost', '*' = all
# (change requires restart)