pub fn flat_env_list(prefix: &str, suffix: &str) -> Option<Vec<String>>Expand description
Read a flat env var as a comma-separated list.
Trims whitespace from each element and filters out empty strings.
Returns None if the variable is unset or empty.