pub fn env_value<T: FromStr>(key: &str, default: Option<T>) -> Result<T>
Get value from env and parse it to T