From 3458c9b001501a069f1827bfc13063693694ced2 Mon Sep 17 00:00:00 2001 From: hubertf Date: Thu, 22 Aug 2002 22:23:51 +0000 Subject: Add a few hints on what to change in the config file --- databases/phppgadmin/MESSAGE | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'databases/phppgadmin') diff --git a/databases/phppgadmin/MESSAGE b/databases/phppgadmin/MESSAGE index 7c91e931b9a..91e81eeb57b 100644 --- a/databases/phppgadmin/MESSAGE +++ b/databases/phppgadmin/MESSAGE @@ -1,8 +1,16 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2002/07/23 12:13:35 agc Exp $ +$NetBSD: MESSAGE,v 1.2 2002/08/22 22:23:51 hubertf Exp $ Copy requiered files from ${PKG_PREFIX}/share/phppgadmin to your web space. Do not edit "config.inc.php-dist", copy it to "config.inc.php" and configure it for your needs. Remember that PHP should be configured to have "magic_quotes=on". + +You may want to set the following variables in config.inc.php: + + $cfgDefaultDB = "mydb"; + $cfgSuperUser = "pgsql"; + $cfgServers[1]['host'] = 'localhost'; + $cfgServers[1]['user'] = 'pgsql' + =========================================================================== -- cgit v1.2.3