pub fn get(key: &str) -> Option<String>
Get a runtime variable, falling back to std::env::var. Checks our runtime map first, then the real process environment.
std::env::var