class documentation
Configuration parameters for PROD environment.
Values from prod.env supersede previous values when the file exists.
| Instance Variable | db |
The MySQL production server. |
| Instance Variable | model |
Fixed name used by the BaseSettings class. |
| Instance Variable | mongo |
The MongoDB production URL. |
| Instance Variable | rabbit |
The RabbitMQ production URL. |
Inherited from Common:
| Class Method | settings |
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 | log |
RabbitMQ link status log level mappings. |
| Instance Variable | service |
Microservices API key. |
| Instance Variable | watch |
Messages that require the program name as part of the topic. |
| Property | server |
Return local server name stripped of possible domain part. |