This commit is contained in:
2025-12-16 22:43:03 +07:00
parent 696dc714c4
commit 895e296f44
4 changed files with 66 additions and 18 deletions

View File

@@ -23,6 +23,9 @@ class Settings(BaseSettings):
TELEGRAM_BOT_USERNAME: str = ""
TELEGRAM_LINK_TOKEN_EXPIRE_MINUTES: int = 10
# Frontend
FRONTEND_URL: str = "http://localhost:3000"
# Uploads
UPLOAD_DIR: str = "uploads"
MAX_IMAGE_SIZE: int = 15 * 1024 * 1024 # 15 MB