1 2 3 4
//! Environment variables used by Ocean. /// The environment variable key for using an alternative API URL. pub const OCEAN_API_URL: &str = "OCEAN_API_URL";