<?php
return array(
'togest_common_section' => array(
'active_record' => FALSE ,
//'host' => '127.0.0.1' ,
//'host' => '192.168.3.90' ,
'host' => '192.168.3.111' ,
//'host' => '10.157.231.132' ,
'username' => 'root' ,
'pwd' => 'togest',
// 'pwd' => '',
'dbname' => 'emis7000_nc' ,
'db_driver' => 'mysql' ,
'db_port' => '3306' ,
'db_prefix' => '' , //数据库名前辍
'charset' => 'utf8'
),
);