Commit 8c77fcbb authored by 734642908@qq.com's avatar 734642908@qq.com

提交config

parent ca0fc3f0
......@@ -8,15 +8,28 @@ return array(
),
'LEWAN_HEZI' => array(
'DB_TYPE' => 'mysql',
'DB_HOST' => '172.16.175.88',
'DB_HOST' => '127.0.0.1',
'DB_NAME' => 'lewan_hezi',
'DB_USER' => 'root',
'DB_PWD' => '111111',
'DB_PWD' => '123456',
'DB_PORT' => '3306',
'DB_PREFIX' => '',
'DB_CHARSET' => 'utf8',
'DB_PARAMS' => array(\PDO::ATTR_CASE => \PDO::CASE_NATURAL),
'DB_DEBUG'=>true
),
'MYNAME' => 'Index',
// 'LEWAN_HEZI' => array(
// 'DB_TYPE' => 'mysql',
// 'DB_HOST' => '172.16.175.88',
// 'DB_NAME' => 'lewan_hezi',
// 'DB_USER' => 'root',
// 'DB_PWD' => '111111',
// 'DB_PORT' => '3306',
// 'DB_PREFIX' => '',
// 'DB_CHARSET' => 'utf8',
// 'DB_PARAMS' => array(\PDO::ATTR_CASE => \PDO::CASE_NATURAL),
// 'DB_DEBUG'=>true
// ),
'MYNAME' => 'Index',
'img_path'=> 'http://ylc.test.llewan.com/uploadfile/'
);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment