qbittorrent_web_api/qbittorrent-web-api-gen/tests/common/mod.rs

4 lines
129 B
Rust
Raw Normal View History

2022-07-14 13:16:03 +02:00
pub const USERNAME: &str = "admin";
pub const PASSWORD: &str = "adminadmin";
pub const BASE_URL: &str = "http://localhost:8080";