32 lines
620 B
YAML
32 lines
620 B
YAML
|
name: task-execute
|
||
|
mode: dev
|
||
|
tmpPath : ./tmp
|
||
|
store: ./config/store.json
|
||
|
taskPoolCount: 1
|
||
|
logging:
|
||
|
path: ./logs
|
||
|
prefix: hpds-task-execute
|
||
|
errorFileSuffix: error.log
|
||
|
warnFileSuffix: warn.log
|
||
|
infoFileSuffix: info.log
|
||
|
debugFileSuffix: debug.log
|
||
|
maxSize: 100
|
||
|
maxBackups: 3000
|
||
|
maxAge: 30
|
||
|
development: true
|
||
|
minio:
|
||
|
protocol: http
|
||
|
endpoint: 127.0.0.1:9000
|
||
|
accessKeyId: root
|
||
|
secretAccessKey: OIxv7QptYBO3
|
||
|
node:
|
||
|
host: 127.0.0.1
|
||
|
port: 27188
|
||
|
token: 06d36c6f5705507dae778fdce90d0767
|
||
|
functions:
|
||
|
- name: task-response
|
||
|
dataTag: 14
|
||
|
mqType: 1
|
||
|
- name: task-execute
|
||
|
dataTag: 16
|
||
|
mqType: 2
|