to ignore the file, it must not be in cvs.
This commit is contained in:
@@ -11,7 +11,7 @@ $apidb_debug = 0; //turns debugging on/off
|
|||||||
* api database info
|
* api database info
|
||||||
*/
|
*/
|
||||||
$apidb_dbuser = "wineowner";
|
$apidb_dbuser = "wineowner";
|
||||||
$apidb_dbpass = "password";
|
$apidb_dbpass = "lemonade";
|
||||||
$apidb_dbhost = "localhost";
|
$apidb_dbhost = "localhost";
|
||||||
$apidb_db = "winehq_appdb";
|
$apidb_db = "winehq_appdb";
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ $apidb_db = "winehq_appdb";
|
|||||||
* user database info
|
* user database info
|
||||||
*/
|
*/
|
||||||
$userdb_dbuser = "wineowner";
|
$userdb_dbuser = "wineowner";
|
||||||
$userdb_dbpass = "password";
|
$userdb_dbpass = "lemonade";
|
||||||
$userdb_dbhost = "localhost";
|
$userdb_dbhost = "localhost";
|
||||||
$userdb_db = "winehq_appdb";
|
$userdb_db = "winehq_appdb";
|
||||||
|
|
||||||
Reference in New Issue
Block a user