diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-08-22 22:23:51 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-08-22 22:23:51 +0000 |
commit | a2fba3011d04a94b229f5ea8ad59436ec72a13f0 (patch) | |
tree | 0b7b854e3e5c476c80dd337b3ff89de6a275326a /databases/phppgadmin | |
parent | afd2d15ee3267d63b689d92fab732a314d561e55 (diff) | |
download | pkgsrc-a2fba3011d04a94b229f5ea8ad59436ec72a13f0.tar.gz |
Add a few hints on what to change in the config file
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/MESSAGE | 10 |
1 files changed, 9 insertions, 1 deletions
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' + =========================================================================== |