diff --git a/debian/patches/20100221_db-credentials b/debian/patches/20100221_db-credentials index 9977372e..b7aa28cf 100644 --- a/debian/patches/20100221_db-credentials +++ b/debian/patches/20100221_db-credentials @@ -26,6 +26,7 @@ Index: postfixadmin-trunk/config.inc.php +$CONF['database_user'] = '_DBC_DBUSER_'; +$CONF['database_password'] = '_DBC_DBPASS_'; +$CONF['database_name'] = '_DBC_DBNAME_'; - $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 +