Refactor image upload handling and add URL strategy setting

This commit is contained in:
Siddhant Rai
2025-06-18 21:54:44 +05:30
parent fc01b90007
commit c35c5e0793
2 changed files with 50 additions and 37 deletions

View File

@@ -103,6 +103,7 @@ class Settings(BaseSettings):
FLASK_DEBUG_MODE: bool = False
STORAGE_TYPE: str = "local" # local or s3
URL_STRATEGY: str = "backend" # backend or s3
JWT_SECRET_KEY: str = ""