Update config.py

This commit is contained in:
wilson 2026-05-03 15:28:38 +01:00
parent a306eaaf5d
commit 65b30753f0

View file

@ -19,6 +19,7 @@ class Settings(BaseSettings):
storage_access_key: str storage_access_key: str
storage_secret_key: str storage_secret_key: str
storage_bucket: str = "langlearn" storage_bucket: str = "langlearn"
stub_generation: bool = False
model_config = {"env_file": ".env"} model_config = {"env_file": ".env"}