pub fn load_env_config(verbose: bool) -> EnvConfig
Expand description
Load configuration from environment variables.
Parses all DC_* environment variables and returns a structured configuration. Invalid values are logged as warnings and ignored.
§Arguments
verbose
- Whether to log environment variable usage
§Returns
Parsed environment configuration with validated values.