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