//! # Configuration and settings
//!
//! This module is used to retrieve the configuration from the environment variables
//! and parse them into a struct.
use dotenv;
use Deserialize;
use deserialize_number_from_string;
/// Configuration settings for the server.
/// Returns a configuration object from the environment variables.