<?php /** * 本地测试数据库 * @author Lazy 2017-10-26 */ return [ 'dbhost' => '172.17.0.2', 'dbuser' => 'root', 'dbpwd' => '', 'dbname' => 'shop_nc' ];