refactor logging module, add welcome and reset daemons, changed structure of the rabbitmq queues
This commit is contained in:
@@ -26,6 +26,11 @@ class Env(Base):
|
||||
RABBITMQ_PORT:int
|
||||
RABBITMQ_PORT_UI:int
|
||||
|
||||
EMAIL_PORT:int
|
||||
SMTP_SERVER:str
|
||||
EMAIL_LOGIN:str
|
||||
EMAIL_PASSWORD:str
|
||||
|
||||
PROD_MODE:bool
|
||||
|
||||
model_config=SettingsConfigDict(env_file="configs/.env", extra=None)
|
||||
|
||||
Reference in New Issue
Block a user