Jeremy Newman : remove DB passwords

Jeremy Newman jnewman at winehq.org
Tue Oct 11 20:52:46 CDT 2011


Module: appdb
Branch: master
Commit: bab77733a167a08a20b48f991a30eb2d3e45b8a7
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=bab77733a167a08a20b48f991a30eb2d3e45b8a7

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Tue Oct 11 20:41:14 2011 -0500

remove DB passwords

---

 include/config.php.sample |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/include/config.php.sample b/include/config.php.sample
index f58b49b..0eb1fc3 100644
--- a/include/config.php.sample
+++ b/include/config.php.sample
@@ -40,18 +40,18 @@ define("STABLE_BRANCHES", "1.0.,1.2.");
 /*
  * apps database info
  */
-define("APPS_DBUSER","wineowner");
-define("APPS_DBPASS","lemonade");
-define("APPS_DBHOST","localhost");
-define("APPS_DB","apidb");
+define("APPS_DBUSER","");
+define("APPS_DBPASS","");
+define("APPS_DBHOST","");
+define("APPS_DB","");
 
 
 /*
  * bugzilla database info
  */
-define("BUGZILLA_DBUSER","root");
+define("BUGZILLA_DBUSER","");
 define("BUGZILLA_DBPASS","");
-define("BUGZILLA_DBHOST","localhost");
-define("BUGZILLA_DB","bugs");
+define("BUGZILLA_DBHOST","");
+define("BUGZILLA_DB","");
 define("BUGZILLA_PRODUCT_ID","1");
 ?>




More information about the wine-cvs mailing list