// This file stores various global constants values pub const APP_USER_AGENT: &str = "R2NorthstarTools/FlightCore"; // URL of the Northstar masterserver pub const MASTER_SERVER_URL: &str = "https://northstar.tf"; // server list endpoint pub const SERVER_BROWSER_ENDPOINT: &str = "/client/servers";