blob: 4cc3c204aa82a663908b243059af037d643bd942 (
plain)
1
2
3
4
5
6
7
8
9
|
// 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";
|