You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
431 B

  1. <?php
  2. return array(
  3. 'DB_TYPE'=>'sqlsrv', // 数据库类型
  4. 'DB_HOST'=>'139.196.199.238', // 服务器地址
  5. 'DB_NAME'=>'hotelmonitor', // 数据库名
  6. 'DB_USER'=>'monitor', // 用户名
  7. 'DB_PWD'=>'zzcxhotel', // 密码
  8. 'DB_CHARSET'=>'utf8', // 数据库编码
  9. 'DB_DEBUG'=>false, // 数据库调试模式 开启后可以记录SQL日志
  10. );