pub const DEFAULT_REGISTRY_URL: &str = "https://registry.confium.org";Expand description
The default registry base URL.
Mirrors the canonical endpoint documented in
TODO.roadmap/06-module-registry.md. Callers can override this when
constructing a Client (e.g. for a mirror).