summaryrefslogtreecommitdiff
path: root/conf/postgresql.conf
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2011-02-14 01:29:34 -0500
committerScott Ostler <scottbot9000@gmail.com>2011-02-14 01:29:34 -0500
commitc07c3220ee956e02de5ea54683780e765fdb3b6c (patch)
tree420ee5e617ef4a743c9a416143d1eb35e08fe778 /conf/postgresql.conf
parent447e88055cdffbd961035fa6ec46ecb740f68078 (diff)
parent57ca0fee76ec25299d801c7a51cd1287dda8e391 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'conf/postgresql.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)