From 14523c96e2aef9ab466a90f670569c1f152af696 Mon Sep 17 00:00:00 2001 From: zhoudw <zhoudw@infobird.com> Date: Tue, 21 Dec 2021 14:24:05 +0800 Subject: [PATCH] 删除key --- config/config.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.php b/config/config.php index aaccd7a..de61f87 100644 --- a/config/config.php +++ b/config/config.php @@ -2,7 +2,7 @@ /* * @Author: your name * @Date: 2021-12-15 11:33:00 - * @LastEditTime: 2021-12-21 13:40:02 + * @LastEditTime: 2021-12-21 14:23:49 * @LastEditors: Please set LastEditors * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @FilePath: /websocket/config/config.php @@ -15,7 +15,7 @@ ), //本机WebSocket服务配置 'server_config' => array( - 'allow_ip' => '120.25.156.26:58003', + 'allow_ip' => '120.25.156.26:58004', 'host' => '0.0.0.0', 'port' => '9501', ), -- Gitblit v1.8.0