pub fn get_env_or<T: FromStr>(name: &str, default: T, has_secret: bool) -> T
Reads an environment variable and returns its value if it exists; otherwise, the default value is returned.
default
For more information, see get_env.
get_env