Update config.py
This commit is contained in:
parent
a306eaaf5d
commit
65b30753f0
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ class Settings(BaseSettings):
|
|||
storage_access_key: str
|
||||
storage_secret_key: str
|
||||
storage_bucket: str = "langlearn"
|
||||
stub_generation: bool = False
|
||||
|
||||
model_config = {"env_file": ".env"}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue