mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
fix: type error in config (#5643)
This commit is contained in:
@ -331,7 +331,7 @@ class MailConfig(BaseModel):
|
||||
|
||||
SMTP_PORT: Optional[int] = Field(
|
||||
description='smtp server port',
|
||||
default=None,
|
||||
default=465,
|
||||
)
|
||||
|
||||
SMTP_USERNAME: Optional[str] = Field(
|
||||
|
||||
Reference in New Issue
Block a user