pub fn load_from_env() -> Result<&'static Config>
Load configuration from the environment and cache it for subsequent calls.
The first caller populates the cache; later callers get the same instance.