pub fn var_bool(name: &str, default: bool) -> bool
Read a boolean environment variable. Accepts 1/true/yes/on (case-insensitive) as true; 0/false/no/off as false. Returns default if the variable is unset or empty.
default