配置文件模板
This commit is contained in:
23
config.yml
Normal file → Executable file
23
config.yml
Normal file → Executable file
@@ -1,11 +1,28 @@
|
|||||||
location: wushan
|
location: wushan
|
||||||
point: 0
|
point: 0
|
||||||
relay: COM3
|
relay: COM7
|
||||||
|
log:
|
||||||
|
level: debug
|
||||||
|
file:
|
||||||
|
filename: logs/app.log
|
||||||
|
maxSize: 10
|
||||||
|
maxBackups: 5
|
||||||
|
maxAge: 30
|
||||||
|
compress: true
|
||||||
mqtt:
|
mqtt:
|
||||||
url: mqtt://36.138.38.16:1883
|
url: mqtt://36.138.38.16:1883
|
||||||
aliyun:
|
aliyun:
|
||||||
appKey: U7pipZG2pfCp1XJo
|
accessKeyID:
|
||||||
token: 21a1e37546404bdab318890648972416
|
accessKeySecret:
|
||||||
|
appKey:
|
||||||
timeout: 10 # 单位 s
|
timeout: 10 # 单位 s
|
||||||
game:
|
game:
|
||||||
maxTimeout: 60 # 单位 s
|
maxTimeout: 60 # 单位 s
|
||||||
|
cardGroups:
|
||||||
|
- outOK: 6
|
||||||
|
lower: 13
|
||||||
|
error: 19
|
||||||
|
empty: 26
|
||||||
|
push: 11
|
||||||
|
reset: 22
|
||||||
|
pull: 27
|
||||||
|
|||||||
Reference in New Issue
Block a user