12345678910111213141516 |
- watching:
- dir: "/var/lib/tsdb_data/"
- tmpDir: "tmp/"
- # The interval of scanning the directory, in seconds
- uploadFileIntervalSeconds: 3
- # Delete the file / folder after the specified time, in minutes
- deleteFileAfterMinutes: 60
- minio:
- addr: "localhost:9010"
- bucket: "bucket"
- accessKeyID: ""
- secretAccessKey: ""
- useSSL: false
- nsq:
- tcpAddr: "localhost:4150"
- lookupdHttpAddr: "localhost:4161"
|