add storage type to the settings cofig

This commit is contained in:
Alex
2025-04-23 23:13:39 +01:00
parent 0ce27f274a
commit 3cd9a72495

View File

@@ -98,6 +98,8 @@ class Settings(BaseSettings):
BRAVE_SEARCH_API_KEY: Optional[str] = None
FLASK_DEBUG_MODE: bool = False
STORAGE_TYPE: str = "local" # local or s3
JWT_SECRET_KEY: str = ""