You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- backend:
- maxConns: 20000
- # in ms
- # connTimeout: 1000
- # callTimeout: 3000
- cluster:
- tsdb01: 127.0.0.1:5821
- influxdb:
- enabled: false
- username: "influx"
- password: "admin123"
- precision: "s"
- database: "n9e"
- address: "http://127.0.0.1:8086"
-
- opentsdb:
- enabled: false
- address: "127.0.0.1:4242"
-
- logger:
- dir: logs/transfer
- level: WARNING
- keepHours: 2
|