Brought in other OGS server components and the all-important caffeine script

This commit is contained in:
gareth
2007-02-27 23:31:14 +00:00
parent 09dd4bd683
commit ed4dc30dc2
19 changed files with 1687 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?
// 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";
?>