summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
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)