to ignore the file, it must not be in cvs.

This commit is contained in:
Jeremy Newman
2004-03-15 16:51:04 +00:00
parent d20e11a43a
commit 4fd9cea6f1

View File

@@ -11,7 +11,7 @@ $apidb_debug = 0; //turns debugging on/off
* api database info
*/
$apidb_dbuser = "wineowner";
$apidb_dbpass = "password";
$apidb_dbpass = "lemonade";
$apidb_dbhost = "localhost";
$apidb_db = "winehq_appdb";
@@ -20,7 +20,7 @@ $apidb_db = "winehq_appdb";
* user database info
*/
$userdb_dbuser = "wineowner";
$userdb_dbpass = "password";
$userdb_dbpass = "lemonade";
$userdb_dbhost = "localhost";
$userdb_db = "winehq_appdb";