to ignore the file, it must not be in cvs.
This commit is contained in:
27
include/config.php.sample
Normal file
27
include/config.php.sample
Normal file
@@ -0,0 +1,27 @@
|
||||
<?
|
||||
/* config file for apidb */
|
||||
|
||||
|
||||
/*
|
||||
* global params
|
||||
*/
|
||||
$apidb_debug = 0; //turns debugging on/off
|
||||
|
||||
/*
|
||||
* api database info
|
||||
*/
|
||||
$apidb_dbuser = "wineowner";
|
||||
$apidb_dbpass = "lemonade";
|
||||
$apidb_dbhost = "localhost";
|
||||
$apidb_db = "winehq_appdb";
|
||||
|
||||
|
||||
/*
|
||||
* user database info
|
||||
*/
|
||||
$userdb_dbuser = "wineowner";
|
||||
$userdb_dbpass = "lemonade";
|
||||
$userdb_dbhost = "localhost";
|
||||
$userdb_db = "winehq_appdb";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user