[ 'port' => 20220, 'ip' => '127.0.0.1', ], // Admin 后台通知服务 'admin' => [ 'protocol' => 'websocket', 'ip' => '0.0.0.0', 'port' => 20221, 'serverCount' => 1, ], // Chat 客服聊天服务 'chat' => [ 'protocol' => 'websocket', 'ip' => '0.0.0.0', 'port' => 20222, 'serverCount' => 1, ], ];