Edit README

This commit is contained in:
2026-01-09 20:38:53 +03:00
parent 7a906fa824
commit 57a825b866
16 changed files with 2996 additions and 20 deletions
+5
View File
@@ -28,6 +28,11 @@ class Settings(BaseSettings):
SMTP_PORT: int
SMTP_EMAIL: str
SMTP_PASS: str
S3_URL: str
S3_ACCESS_KEY_ID: str
S3_SECRET_ACCESS_KEY: str
S3_BUCKET_NAME: str
DB_HOST: str
DB_PORT: int