//! Configuration module for the WebSocket server.
//!
//! This module defines the `ServerConfig` struct and provides functionality
//! to load the configuration from a source (e.g., file, environment variables).
use Deserialize;
use Duration;
/// Server configuration struct.