OpenSimMirror/ogs/common/database.inc.php.tmpl

10 lines
292 B
Cheetah
Raw Normal View History

2007-03-07 19:08:00 +00:00
<?
// this file tells all the OGS services where to find the MySQL database
// if multiple OGS services are running on one machine, it is assumed that they all use the same MySQL server/database
$dbhost="YOURSERVERHERE";
$dbuser="opengridservice";
$dbname="OGS";
$dbpasswd="supersecret";
?>