//! Configuration module for the NoETL Control Plane server.
//!//! This module provides configuration loading from environment variables
//! using the `envy` crate for type-safe environment variable parsing.
modapp;pubmoddatabase;pubuseapp::AppConfig;pubusedatabase::{DatabaseConfig, ShardConnection, ShardConnectionError, ShardingConfig};