chore(config): 更新 wushan-5 点位配置

- 点位从 3 调整为 5
- 更新 MQTT 服务器地址和客户端 ID
- 更新游戏服务器 host 和端口
- 修复文件末尾换行符

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2026-04-07 16:52:03 +08:00
parent 2d5d3919e2
commit dd0c7b8feb

View File

@@ -1,5 +1,5 @@
location: wushan # 项目名称 location: wushan # 项目名称
point: 3 # 点位 point: 5 # 点位
relay: relay:
maxTimeout: 60 # 单位 s必须大于 0 maxTimeout: 60 # 单位 s必须大于 0
standbyCache: # 待机缓存文件路径 standbyCache: # 待机缓存文件路径
@@ -17,9 +17,9 @@ log:
maxAge: 30 maxAge: 30
compress: true compress: true
mqtt: mqtt:
url: mqtt://wushan-mqtt.chaoshengshuzi.com:1883 url: mqtt://mqtt.wxsxlj.com:1883
clientID: wushan-3 clientID: wushan-5
password: wushan@1013 password:
aliyun: aliyun:
accessKeyID: accessKeyID:
accessKeySecret: accessKeySecret:
@@ -31,8 +31,8 @@ aliyun:
# 激光秀点位 osc 参数 # 激光秀点位 osc 参数
game: game:
host: 192.168.0.167 host: 192.168.1.191
port: 3033 port: 8000
# 待机投影仪控制参数 # 待机投影仪控制参数
#wait: #wait:
@@ -65,4 +65,4 @@ game:
# empty: 24 # empty: 24
# push: 10 # push: 10
# reset: 9 # reset: 9
# pull: 11 # pull: 11