2007-02-16 22:12:25 +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
|
|
|
|
|
2007-02-25 06:26:37 +00:00
|
|
|
$dbhost="autopia.garethnelson.com";
|
2007-02-16 22:12:25 +00:00
|
|
|
$dbuser="opengridservice";
|
|
|
|
$dbname="OGS";
|
2007-02-25 06:26:37 +00:00
|
|
|
$dbpasswd="supersecret";
|
2007-02-16 22:12:25 +00:00
|
|
|
?>
|