4 lines
129 B
Rust
Raw Normal View History

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