pub fn default_from_env_var<T: FromStr>(
    key: &str,
    fallback: Option<T>
) -> Result<Option<T>, ConfigError>