Commit 5af8abf8 by 王兴勇

创建新的数据库源

parent 9e250963
<?php
/**
* 本地测试数据库
* @author Lazy 2017-10-26
*/
return [
'dbhost' => '127.0.0.1',
'dbuser' => 'root',
'dbpwd' => '',
'dbname' => 'famous'
];
\ No newline at end of file
...@@ -7,5 +7,5 @@ return [ ...@@ -7,5 +7,5 @@ return [
'dbhost' => '127.0.0.1', 'dbhost' => '127.0.0.1',
'dbuser' => 'root', 'dbuser' => 'root',
'dbpwd' => '', 'dbpwd' => '',
'dbname' => 'zhongche_test' 'dbname' => 'shop_nc'
]; ];
\ 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 sign in to comment