From e335c22394c5adccbbd6bd9da2141eb66427f2cc Mon Sep 17 00:00:00 2001 From: gareth Date: Sun, 25 Feb 2007 22:59:02 +0000 Subject: [PATCH] Quick security fix (don't want to leak MySQL details into the SVN) --- common/{database.inc.php => database.inc.php.tmpl} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename common/{database.inc.php => database.inc.php.tmpl} (88%) diff --git a/common/database.inc.php b/common/database.inc.php.tmpl similarity index 88% rename from common/database.inc.php rename to common/database.inc.php.tmpl index 254b972e7d..42ac5ca43e 100644 --- a/common/database.inc.php +++ b/common/database.inc.php.tmpl @@ -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";