db.conf.php 288 B

1234
  1. <?php
  2. $dbconfig['dev'] = array('localhost', 'zhsso', 'zhsso', 'zhsso.3850', 'mysql', true, 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8');
  3. //$dbconfig['prod'] = array('localhost', 'xunjia.zongheng', 'root', '', 'mysql', true, 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8');
  4. ?>