Files
game-driver/config.yml
2025-02-27 11:36:40 +08:00

43 lines
852 B
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: 2 # 点位
relay:
maxTimeout: 60 # 单位 s必须大于 0
log:
level: debug
file:
filename: logs/app.log
maxSize: 10
maxBackups: 5
maxAge: 30
compress: true
mqtt:
url: mqtt://58.144.199.46:1883
aliyun:
accessKeyID:
accessKeySecret:
appKey:
timeout: 10 # 单位 s
volume: 200 # 音量
voice: zhifeng_emo # 发音人
speechRate: 50 # 语速
#game:
# addr: /dev/ttyUSB0 # 点位 11 的串口地址
# 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