# Functions
New creates a new configuration.
# Variables
ErrNoAllowedOrigins is an error, raised when no allowed origins is configured.
ErrNoDBConnectionString is an error, raised when no database connection string is configured.
ErrNoMetricNamespace is an error, raised when no metric namespace is configured.
ErrNoMetricSubsystem is an error, raised when no metric subsystem is configured.
ErrNoProvisioningFile is an error, raised when no provisioning file is configured.
ErrNoServerAddress is an error, raised when no server address is configured.
# Structs
Config holds all application configuration.
CORS holds the configuration regarding the CORS settings.
Database holds configuration regarding the database connection.
Metrics holds configuration regarding the metrics server.
Server holds configuration regarding the api server.