67 lines
1.2 KiB
YAML
Executable File
67 lines
1.2 KiB
YAML
Executable File
location: wushan # 项目名称
|
||
point: 3 # 点位
|
||
relay:
|
||
maxTimeout: 60 # 单位 s,必须大于 0
|
||
log:
|
||
level: debug
|
||
tencentCLS:
|
||
endpoint:
|
||
secretID:
|
||
secretKey:
|
||
topicID:
|
||
file:
|
||
filename: logs/app.log
|
||
maxSize: 10
|
||
maxBackups: 5
|
||
maxAge: 30
|
||
compress: true
|
||
mqtt:
|
||
url: mqtt://wushan-mqtt.chaoshengshuzi.com:1883
|
||
clientID: wushan-3
|
||
password: wushan@1013
|
||
aliyun:
|
||
accessKeyID:
|
||
accessKeySecret:
|
||
appKey:
|
||
timeout: 10 # 单位 s
|
||
volume: 100 # 音量,取值范围:0~100
|
||
voice: zhifeng_emo # 发音人
|
||
speechRate: 50 # 语速,取值范围:-500~500
|
||
|
||
# 激光秀点位 osc 参数
|
||
game:
|
||
host: 192.168.0.167
|
||
port: 3033
|
||
|
||
# 待机投影仪控制参数
|
||
#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 |