<?php
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,
        ],
    ],
];