国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
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.

20 line
755B

  1. <?php
  2. global $sqltag;
  3. // phpwind8数据库连接配置
  4. // ------------------------------------------------------------------------
  5. $sqltag['phpwind8']['dbhost'] = 'localhost';
  6. $sqltag['phpwind8']['dbname'] = 'phpwind8';
  7. $sqltag['phpwind8']['dbuser'] = 'root';
  8. $sqltag['phpwind8']['dbpwd'] = '123456';
  9. $sqltag['phpwind8']['dbprefix'] = 'pw_';
  10. $sqltag['phpwind8']['dblanguage'] = 'gbk';
  11. // phpb2b数据库连接配置
  12. // ------------------------------------------------------------------------
  13. $sqltag['phpb2b']['dbhost'] = 'localhost';
  14. $sqltag['phpb2b']['dbname'] = 'phpb2b';
  15. $sqltag['phpb2b']['dbuser'] = 'root';
  16. $sqltag['phpb2b']['dbpwd'] = '123456';
  17. $sqltag['phpb2b']['dbprefix'] = 'pb_';
  18. $sqltag['phpb2b']['dblanguage'] = 'utf8';
  19. ?>