From e658820dfef8b7d08bdec04c1154e462c032cc1f Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 1 Sep 2009 14:01:26 +0000 Subject: [PATCH] config.inc.php: update to include port specification for pgsql dbs git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@716 a1433add-5e2c-0410-b055-b7f2511e0802 --- config.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.inc.php b/config.inc.php index dfde7fc1..0558409c 100644 --- a/config.inc.php +++ b/config.inc.php @@ -52,6 +52,12 @@ $CONF['database_user'] = 'postfix'; $CONF['database_password'] = 'postfixadmin'; $CONF['database_name'] = 'postfix'; $CONF['database_prefix'] = ''; +// If you need to specify a different port for a MYSQL database connection, use e.g. +// $CONF['database_host'] = '172.30.33.66:3308'; +// If you need to specify a different port for POSTGRESQL database connection +// uncomment and change the following +// $CONF['database_port'] = '5432'; + // Here, if you need, you can customize table names. $CONF['database_prefix'] = '';