You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
490 B

4 years ago
backend:
datasource: "tsdb"
tsdb:
enabled: true
name: "tsdb"
cluster:
4 years ago
tsdb01: 127.0.0.1:8011
4 years ago
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"
kafka:
enabled: false
brokersPeers: "192.168.1.1:9092,192.168.1.2:9092"
topic: "n9e"
logger:
dir: logs/transfer
4 years ago
level: INFO
keepHours: 24