12345678910111213141516171819202122232425 |
- server:
- port: 3000
- host: "0.0.0.0"
- database:
- host: "localhost"
- port: 3306
- username: "root"
- password: ""
- database: "clash_speed_test"
- speed:
- test_urls:
- - "https://www.google.com"
- - "https://www.youtube.com"
- - "https://www.github.com"
- - "https://httpbin.org/get"
- timeout: 10s
- concurrency: 5
- interval: 5m
- test_on_start: true
- log:
- level: "info"
- file: ""
|