diff options
author | hubertf <hubertf> | 2002-08-22 22:23:51 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-08-22 22:23:51 +0000 |
commit | 3458c9b001501a069f1827bfc13063693694ced2 (patch) | |
tree | 0b7b854e3e5c476c80dd337b3ff89de6a275326a /databases | |
parent | 889ed398253bc318fa7f6efc7528fdb4cf7ccaaa (diff) | |
download | pkgsrc-3458c9b001501a069f1827bfc13063693694ced2.tar.gz |
Add a few hints on what to change in the config file
Diffstat (limited to 'databases')
-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' + =========================================================================== |