Subversion Repositories svnkaklik

Rev

Rev 36 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 36 Rev 37
Line 29... Line 29...
29
// Check the adodb/drivers/ directory for support for your database
29
// Check the adodb/drivers/ directory for support for your database
30
// you may choose from many (mysql is the default)
30
// you may choose from many (mysql is the default)
31
$cfg["db_type"] = "mysql";       // mysql, postgres7 view adodb/drivers/
31
$cfg["db_type"] = "mysql";       // mysql, postgres7 view adodb/drivers/
32
$cfg["db_host"] = "localhost";   // DB host computer name or IP
32
$cfg["db_host"] = "localhost";   // DB host computer name or IP
33
$cfg["db_name"] = "torrentflux"; // Name of the Database
33
$cfg["db_name"] = "torrentflux"; // Name of the Database
34
$cfg["db_user"] = "root";        // username for your MySQL database
34
$cfg["db_user"] = "torrenter";        // username for your MySQL database
35
$cfg["db_pass"] = "";            // password for database
35
$cfg["db_pass"] = "gdytawbvc";            // password for database
36
/**************************************************************************/
36
/**************************************************************************/
37
 
37
 
38
 
38
 
39
/*****************************************************************************
39
/*****************************************************************************
40
    TorrentFlux
40
    TorrentFlux