summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordumpfmprod <info@dump.fm>2011-02-14 04:04:59 +0000
committerdumpfmprod <info@dump.fm>2011-02-14 04:04:59 +0000
commit57ca0fee76ec25299d801c7a51cd1287dda8e391 (patch)
treed4523785515179f06db229e6fc33c05e51734bcb
parent8f1b2ce3ae71400feed20244aa57ce22421f1774 (diff)
parenta98c5d1ce7ba4c501a4ec12cda98c073dc994018 (diff)
Merge branch 'master' of dump.fm:/pichat/repo
-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)