From dd0c7b8febf709599e64798542ed088c86980cab Mon Sep 17 00:00:00 2001 From: mapleafgo Date: Tue, 7 Apr 2026 16:52:03 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=9B=B4=E6=96=B0=20wushan-5?= =?UTF-8?q?=20=E7=82=B9=E4=BD=8D=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 点位从 3 调整为 5 - 更新 MQTT 服务器地址和客户端 ID - 更新游戏服务器 host 和端口 - 修复文件末尾换行符 Co-authored-by: Qwen-Coder --- config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.yml b/config.yml index 82211c6..7475692 100755 --- a/config.yml +++ b/config.yml @@ -1,5 +1,5 @@ location: wushan # 项目名称 -point: 3 # 点位 +point: 5 # 点位 relay: maxTimeout: 60 # 单位 s,必须大于 0 standbyCache: # 待机缓存文件路径 @@ -17,9 +17,9 @@ log: maxAge: 30 compress: true mqtt: - url: mqtt://wushan-mqtt.chaoshengshuzi.com:1883 - clientID: wushan-3 - password: wushan@1013 + url: mqtt://mqtt.wxsxlj.com:1883 + clientID: wushan-5 + password: aliyun: accessKeyID: accessKeySecret: @@ -31,8 +31,8 @@ aliyun: # 激光秀点位 osc 参数 game: - host: 192.168.0.167 - port: 3033 + host: 192.168.1.191 + port: 8000 # 待机投影仪控制参数 #wait: @@ -65,4 +65,4 @@ game: # empty: 24 # push: 10 # reset: 9 -# pull: 11 \ No newline at end of file +# pull: 11