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