chore(config): 更新 wushan-5 点位配置
- 点位从 3 调整为 5 - 更新 MQTT 服务器地址和客户端 ID - 更新游戏服务器 host 和端口 - 修复文件末尾换行符 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
12
config.yml
12
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:
|
||||
|
||||
Reference in New Issue
Block a user