Commit 9c29a3b9 by 王兴勇

修改数据源结构

parent 5af8abf8
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @author Lazy 2017-10-26 * @author Lazy 2017-10-26
*/ */
return [ return [
'dbhost' => '127.0.0.1', 'dbhost' => '172.17.0.2',
'dbuser' => 'root', 'dbuser' => 'root',
'dbpwd' => '', 'dbpwd' => '',
'dbname' => 'shop_nc' 'dbname' => 'shop_nc'
......
<?php <?php
/** /**
* 测试服务器数据库 * 本地测试数据库
* @author Lazy 2017-10-26 * @author Lazy 2017-10-26
*/ */
return [ return [
'dbhost' => '114.55.72.135', 'dbhost' => '172.17.0.2',
'dbuser' => 'ecuser', 'dbuser' => 'root',
'dbpwd' => 'ec08@0user', 'dbpwd' => '',
'dbname' => 'zhongche_nc' 'dbname' => 'zhongche_nc'
]; ];
\ No newline at end of file
<?php <?php
/** /**
* 合同测试数据库 * 本地测试数据库
* @author Lazy 2017-10-26 * @author Lazy 2017-10-26
*/ */
return [ return [
'dbhost' => '192.168.1.66', 'dbhost' => '172.17.0.2',
'dbuser' => 'hjk0820', 'dbuser' => 'root',
'dbpwd' => '123456', 'dbpwd' => '',
'dbname' => 'contract' 'dbname' => 'famous'
]; ];
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @author Lazy 2017-10-26 * @author Lazy 2017-10-26
*/ */
return [ return [
'dbhost' => '127.0.0.1', 'dbhost' => '172.17.0.2',
'dbuser' => 'root', 'dbuser' => 'root',
'dbpwd' => '', 'dbpwd' => '',
'dbname' => 'shop_nc' 'dbname' => 'shop_nc'
......
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