pub fn env_or(key: &str, default: &str) -> String
Read an environment variable, returning a default if not set.