fixes generated image download

This commit is contained in:
2026-07-08 23:18:07 -07:00
parent 57198cd671
commit a4093e86b1
6 changed files with 101 additions and 30 deletions
+1
View File
@@ -13,6 +13,7 @@ class Settings(BaseSettings):
GOOGLE_REDIRECT_URI: str = "http://localhost:4200"
JWT_SECRET_KEY: str = "change-me-in-production"
JWT_EXPIRE_MINUTES: int = 1440 # 24 hours
DOWNLOAD_TOKEN_MINUTES: int = 10 # short-lived signed download URLs
# Visitor stats
LOGS_DIR: str = "/logs"