init
This commit is contained in:
11
ht/vip/config.php
Executable file
11
ht/vip/config.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
error_reporting(0);
|
||||
$PZ = array(
|
||||
'DB_HOST'=>'192.168.25.110',// 服务器地址
|
||||
'DB_NAME'=>'cdk',// 游戏数据库
|
||||
'DB_USER'=>'root',// 用户名
|
||||
'DB_PWD'=>'mysql_tr2Few',// 密码
|
||||
'DB_PORT'=>'23306',// 端口
|
||||
'DB_CHARSET'=>'utf8',// 数据库字符集
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user