summaryrefslogtreecommitdiff
path: root/databases/phppgadmin/MESSAGE
blob: bd511307f2460efe6f7c526cab3ef830fb02ee72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
===========================================================================
$NetBSD: MESSAGE,v 1.3 2002/09/18 16:11:18 grant Exp $

Copy required files from ${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'

===========================================================================