summaryrefslogtreecommitdiff
path: root/databases/phppgadmin
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-08-22 22:23:51 +0000
committerhubertf <hubertf>2002-08-22 22:23:51 +0000
commit5b67777611638c11e18c5727a5bee934ae61c4d3 (patch)
tree0b7b854e3e5c476c80dd337b3ff89de6a275326a /databases/phppgadmin
parent267a280bcf0f81fd92336ee0d6b15e345934d8b0 (diff)
downloadpkgsrc-5b67777611638c11e18c5727a5bee934ae61c4d3.tar.gz
Add a few hints on what to change in the config file
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r--databases/phppgadmin/MESSAGE10
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'
+
===========================================================================