annotation/config/config.yaml

27 lines
502 B
YAML
Raw Normal View History

2023-05-12 16:53:21 +08:00
name: edge-web
host: 0.0.0.0
port: 8099
mode: dev
tempPath: "./tmp/"
logging:
path: ./logs
prefix: hpds-edge-web
errorFileSuffix: error.log
warnFileSuffix: warn.log
infoFileSuffix: info.log
debugFileSuffix: debug.log
maxSize: 100
maxBackups: 3000
maxAge: 30
development: true
node:
host: 127.0.0.1
port: 27188
token: 06d36c6f5705507dae778fdce90d0767
functions:
- name: edge-cmd-request
dataTag : 30
mqType: 2
- name: edge-cmd-response
dataTag: 32
mqType: 1