aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ogs/common/database.inc.php.tmpl
blob: 42ac5ca43e38dfab3e620795d270d0e5b5adb606 (plain)
1
2
3
4
5
6
7
8
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";
?>