mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
refactor and black
This commit is contained in:
@@ -10,6 +10,7 @@ class SMTPConfig(BaseModel):
|
||||
port: int = os.getenv("EMAIL_PORT", 587)
|
||||
username: str = os.getenv("EMAIL_HOST_USER", "smtp_user")
|
||||
password: str = os.getenv("EMAIL_HOST_PASSWORD", "smtp_password")
|
||||
template_path: str = os.getenv("EMAIL_TEMPLATE_PATH", "templates")
|
||||
|
||||
|
||||
class Settings(BaseSettings):
|
||||
|
||||
Reference in New Issue
Block a user