\think\Env::get('dbcollect.hostname', ''), 'hostport' => \think\Env::get('dbcollect.hostport', ''), 'username' => \think\Env::get('dbcollect.username', ''), 'password' => \think\Env::get('dbcollect.password', ''), 'database' => \think\Env::get('dbcollect.database', ''), 'tables' => \think\Env::get('dbcollect.tables', ''), 'deploy' => \think\Env::get('dbcollect.deploy', ''), ];