Quick security fix (don't want to leak MySQL details into the SVN)
parent
991245282c
commit
e335c22394
|
@ -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";
|
Loading…
Reference in New Issue