Quick security fix (don't want to leak MySQL details into the SVN)

ogs-cs@86
gareth 2007-02-25 22:59:02 +00:00
parent 991245282c
commit e335c22394
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// 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="autopia.garethnelson.com";
$dbhost="YOURSERVERHERE";
$dbuser="opengridservice";
$dbname="OGS";
$dbpasswd="supersecret";