Files
game-driver/config.yml
mapleafgo dd0c7b8feb chore(config): 更新 wushan-5 点位配置
- 点位从 3 调整为 5
- 更新 MQTT 服务器地址和客户端 ID
- 更新游戏服务器 host 和端口
- 修复文件末尾换行符

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-07 16:52:03 +08:00

69 lines
1.2 KiB
YAML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
location: wushan # 项目名称
point: 5 # 点位
relay:
maxTimeout: 60 # 单位 s必须大于 0
standbyCache: # 待机缓存文件路径
log:
level: debug
tencentCLS:
endpoint:
secretID:
secretKey:
topicID:
file:
filename: logs/app.log
maxSize: 10
maxBackups: 5
maxAge: 30
compress: true
mqtt:
url: mqtt://mqtt.wxsxlj.com:1883
clientID: wushan-5
password:
aliyun:
accessKeyID:
accessKeySecret:
appKey:
timeout: 10 # 单位 s
volume: 100 # 音量取值范围0~100
voice: zhifeng_emo # 发音人
speechRate: 50 # 语速,取值范围:-500~500
# 激光秀点位 osc 参数
game:
host: 192.168.1.191
port: 8000
# 待机投影仪控制参数
#wait:
# ip:
# port:
# password:
# id:
# 11 点位 读卡器串口配置
#game:
# addr: /dev/ttyUSB0
# 10 点位 发卡器串口配置
#game:
# pushGroups: # 点位 10 的发卡器配置
# - name: gpiochip0
# read: /dev/ttyUSB0
# outOK: 21
# lower: 20
# error: 16
# empty: 12
# push: 13
# reset: 19
# pull: 26
# - name: gpiochip0
# read: /dev/ttyUSB0
# outOK: 7
# lower: 8
# error: 25
# empty: 24
# push: 10
# reset: 9
# pull: 11