We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5763475 commit 44fa976Copy full SHA for 44fa976
1 file changed
src/configuration/Settings.py
@@ -73,7 +73,7 @@ class Settings(BaseSettings):
73
alias=AliasChoices("INITIAL_TEMPLATES_PATH"))
74
75
# Nested settings
76
- mail: MailSettings = Field(default_factory=MailSettings)
+ mail: MailSetting
77
database: DatabaseSettings
78
clients: ClientSettings
79
0 commit comments