application.yaml 429 B

12345678910111213141516
  1. watching:
  2. dir: "/var/lib/tsdb_data/"
  3. tmpDir: "tmp/"
  4. # The interval of scanning the directory, in seconds
  5. uploadFileIntervalSeconds: 3
  6. # Delete the file / folder after the specified time, in minutes
  7. deleteFileAfterMinutes: 60
  8. minio:
  9. addr: "localhost:9010"
  10. bucket: "bucket"
  11. accessKeyID: ""
  12. secretAccessKey: ""
  13. useSSL: false
  14. nsq:
  15. tcpAddr: "localhost:4150"
  16. lookupdHttpAddr: "localhost:4161"