* @copyright walkor * @link http://www.workerman.net/ * @license http://www.opensource.org/licenses/mit-license.php MIT License */ return [ 'default' => 'mysql', 'connections' => [ // 'mysql' => [ // 'driver' => 'mysql', // 'host' => '149.129.107.38', // 'port' => '3306', // 'database' => 'wechatapplet', // 'username' => 'wechatapplet', // 'password' => 'Br6D722xXGB4tR7Z', // 'charset' => 'utf8mb4', // 'collation' => 'utf8mb4_general_ci', // 'prefix' => '', // 'strict' => true, // 'engine' => null, // ], 'mysql' => [ 'driver' => 'mysql', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'app_hd', 'username' => 'app_hd', 'password' => 'fmW4NwwXMxN8ShSM', // 'username' => 'root', // 'password' => '123456', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_general_ci', 'prefix' => '', 'strict' => true, 'engine' => null, ], ], ];