config.php 297 B

123456789101112
  1. <?php
  2. error_reporting(0);
  3. $PZ = array(
  4. 'DB_HOST'=>'127.0.0.1',// 服务器地址
  5. 'DB_NAME'=>'cdks',// 游戏数据库
  6. 'DB_USER'=>'root',// 用户名
  7. 'DB_PWD'=>'wch123.com',// 密码
  8. 'DB_PORT'=>'3306',// 端口
  9. 'DB_CHARSET'=>'utf8',// 数据库字符集
  10. );
  11. $d_gmrz = '123456';//gm认证码
  12. ?>