23 lines
486 B
YAML
23 lines
486 B
YAML
name: capture-db
|
|
mode: dev
|
|
node:
|
|
host: 127.0.0.1
|
|
port: 9188
|
|
token: 06d36c6f5705507dae778fdce90d0767
|
|
logging:
|
|
path: ./logs
|
|
prefix: capture2db
|
|
errorFileSuffix: error.log
|
|
warnFileSuffix: warn.log
|
|
infoFileSuffix: info.log
|
|
debugFileSuffix: debug.log
|
|
maxSize: 100
|
|
maxBackups: 3000
|
|
maxAge: 30
|
|
development: true
|
|
db:
|
|
conn: root:OIxv7QptYBO3@tcp(172.28.125.20:23306)/diagnostic_platform?charset=utf8mb4
|
|
driveName: mysql
|
|
functions:
|
|
name: capture-agent
|
|
dataTag: 18 |