config.yaml 397 B

12345678910111213141516171819202122232425
  1. server:
  2. port: 3000
  3. host: "0.0.0.0"
  4. database:
  5. host: "localhost"
  6. port: 3306
  7. username: "root"
  8. password: ""
  9. database: "clash_speed_test"
  10. speed:
  11. test_urls:
  12. - "https://www.google.com"
  13. - "https://www.youtube.com"
  14. - "https://www.github.com"
  15. - "https://httpbin.org/get"
  16. timeout: 10s
  17. concurrency: 5
  18. interval: 5m
  19. test_on_start: true
  20. log:
  21. level: "info"
  22. file: ""