|
From: Benjamin C. <bc...@us...> - 2001-11-30 06:23:27
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv6305
Modified Files:
config.php
Log Message:
Doh
Index: config.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/config.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- config.php 2001/11/30 06:21:43 1.19
+++ config.php 2001/11/30 06:23:24 1.20
@@ -26,10 +26,10 @@
// Database Config
define ('DB_TYPE', 'mysql'); // using PHPlib file naming
-define ('DB_HOST', 'stinky');
+define ('DB_HOST', 'localhost');
define ('DB_DATABASE', 'BugTracker');
define ('DB_USER', 'root');
-define ('DB_PASSWORD', 'howdy');
+define ('DB_PASSWORD', '');
// Database Table Config
// you can change either the prefix of the table names or each table name individually
|