//! Connector configuration management.
//!
//! Intentionally empty: credential loading is now handled externally.
//! `ExchangeHub::connect_full` / `connect_public` accept no credentials directly
//! (public API only). Authenticated connections are a future addition.
//! Module retained for future use.