同步宝塔上的源码
This commit is contained in:
@@ -4,19 +4,19 @@
|
||||
$_config = array();
|
||||
|
||||
// ---------------------------- CONFIG DB ----------------------------- //
|
||||
$_config['db'][1]['dbhost'] = 'localhost';
|
||||
$_config['db'][1]['dbuser'] = 'discuzuser';
|
||||
$_config['db'][1]['dbpw'] = 'Zht20000418?';
|
||||
$_config['db'][1]['dbhost'] = '127.0.0.1';
|
||||
$_config['db'][1]['dbuser'] = 'www_shitangsweet';
|
||||
$_config['db'][1]['dbpw'] = 'mfr7ykmWpz';
|
||||
$_config['db'][1]['dbcharset'] = 'utf8mb4';
|
||||
$_config['db'][1]['pconnect'] = 0;
|
||||
$_config['db'][1]['dbname'] = 'discuz';
|
||||
$_config['db'][1]['dbname'] = 'www_shitangsweet';
|
||||
$_config['db'][1]['tablepre'] = 'pre_';
|
||||
$_config['db']['slave'] = '';
|
||||
$_config['db']['common']['slave_except_table'] = '';
|
||||
$_config['db']['common']['engine'] = 'innodb';
|
||||
|
||||
// -------------------------- CONFIG MEMORY --------------------------- //
|
||||
$_config['memory']['prefix'] = 'oyM8vc_';
|
||||
$_config['memory']['prefix'] = '6hiekm_';
|
||||
$_config['memory']['redis']['server'] = '';
|
||||
$_config['memory']['redis']['port'] = 6379;
|
||||
$_config['memory']['redis']['pconnect'] = 1;
|
||||
@@ -57,12 +57,12 @@ $_config['output']['upgradeinsecure'] = 0;
|
||||
$_config['output']['css4legacyie'] = 1;
|
||||
|
||||
// -------------------------- CONFIG COOKIE --------------------------- //
|
||||
$_config['cookie']['cookiepre'] = 'ArYe_';
|
||||
$_config['cookie']['cookiepre'] = 'V1VG_';
|
||||
$_config['cookie']['cookiedomain'] = '';
|
||||
$_config['cookie']['cookiepath'] = '/';
|
||||
|
||||
// ------------------------- CONFIG SECURITY -------------------------- //
|
||||
$_config['security']['authkey'] = '0cce2ddd3c59e7c200abc6dc8b4e7416iJFYiJNrE2VzQbOWHQKsr9Rp9w5vMy1l';
|
||||
$_config['security']['authkey'] = '49977918e78d7939c01d6ae6c01a9636larjd1v2NysdUuCgSdHq6uFpdNFsgZIj';
|
||||
$_config['security']['urlxssdefend'] = 1;
|
||||
$_config['security']['attackevasive'] = 0;
|
||||
$_config['security']['onlyremoteaddr'] = 1;
|
||||
|
0
config/config_global_default.php
Normal file → Executable file
0
config/config_global_default.php
Normal file → Executable file
@@ -4,21 +4,20 @@
|
||||
define('UC_CONNECT', 'mysql');
|
||||
define('UC_STANDALONE', 0);
|
||||
|
||||
define('UC_DBHOST', 'localhost');
|
||||
define('UC_DBUSER', 'discuzuser');
|
||||
define('UC_DBPW', 'Zht20000418?');
|
||||
define('UC_DBNAME', 'discuz');
|
||||
define('UC_DBHOST', '127.0.0.1');
|
||||
define('UC_DBUSER', 'www_shitangsweet');
|
||||
define('UC_DBPW', 'mfr7ykmWpz');
|
||||
define('UC_DBNAME', 'www_shitangsweet');
|
||||
define('UC_DBCHARSET', 'utf8mb4');
|
||||
define('UC_DBTABLEPRE', '`discuz`.pre_ucenter_');
|
||||
define('UC_DBTABLEPRE', '`www_shitangsweet`.pre_ucenter_');
|
||||
define('UC_DBCONNECT', 0);
|
||||
|
||||
define('UC_AVTURL', '');
|
||||
define('UC_AVTPATH', '');
|
||||
|
||||
define('UC_CHARSET', 'utf-8');
|
||||
define('UC_KEY', 'ec685982r273EdT4RaReHar6q3C1877dE5tdKeObudH913iaC0V4V630m6X57bmb');
|
||||
define('UC_API', 'http://localhost:8080/discuz/uc_server');
|
||||
define('UC_KEY', '5eN078c5r9Pcy7Gfx8r5OcAandsflcH6a1y1Y5L5j60d57jb53ja0aWel790M6N5');
|
||||
define('UC_API', 'https://www.shitangsweet.com/uc_server');
|
||||
define('UC_APPID', '1');
|
||||
define('UC_IP', '');
|
||||
define('UC_PPP', 20);
|
||||
?>
|
||||
define('UC_PPP', 20);
|
0
config/config_ucenter_default.php
Normal file → Executable file
0
config/config_ucenter_default.php
Normal file → Executable file
0
config/index.htm
Normal file → Executable file
0
config/index.htm
Normal file → Executable file
Reference in New Issue
Block a user