class documentation

Configuration parameters for DEV environment.

Values from dev.env supersede previous values when the file exists.

Instance Variable dbServer The MySQL development server.
Instance Variable model_config Fixed name used by the BaseSettings class.
Instance Variable mongoUrl The MongoDB development URL.
Instance Variable rabbitUrl The RabbitMQ development URL.

Inherited from Common:

Class Method settings_customise_sources Moved dotenv_settings before env_settings and removed settings_cls since it causes recursion max depth error in this configuration.
Instance Variable env Defined environment variable ENVIRONMENT.
Instance Variable exchange RabbitMQ topic exchange name.
Instance Variable logSeverity RabbitMQ link status log level mappings.
Instance Variable serviceApiKey Microservices API key.
Instance Variable watchTopics Messages that require the program name as part of the topic.
Property server Return local server name stripped of possible domain part.
dbServer: str = (source)

The MySQL development server.

model_config = (source)

Fixed name used by the BaseSettings class.

mongoUrl: str = (source)

The MongoDB development URL.

rabbitUrl: str = (source)

The RabbitMQ development URL.