diff --git a/config.inc.php b/config.inc.php index 6faf59b..383af0f 100644 --- a/config.inc.php +++ b/config.inc.php @@ -6,10 +6,10 @@ defined('IN_DESTOON') or exit('Access Denied'); $CFG['database'] = 'mysql'; $CFG['pconnect'] = '0'; -$CFG['db_host'] = 'localhost'; +$CFG['db_host'] = '101.132.144.98'; $CFG['db_name'] = 'www_zhaobiaopai_'; -$CFG['db_user'] = 'root'; -$CFG['db_pass'] = 'root'; +$CFG['db_user'] = 'www_zhaobiaopai_'; +$CFG['db_pass'] = '3eb2yDZCejdA3tPK'; $CFG['db_charset'] = 'utf8'; $CFG['db_expires'] = '0'; $CFG['tb_pre'] = 'destoon_';