From a98c5d1ce7ba4c501a4ec12cda98c073dc994018 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Sun, 13 Feb 2011 22:42:33 -0500 Subject: postgresql.conf: listen on private address --- conf/postgresql.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') 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) -- cgit v1.2.3-70-g09d2