Spaces:
Build error
Build error
Update config/config.py
Browse files- config/config.py +1 -0
config/config.py
CHANGED
|
@@ -18,6 +18,7 @@ class Settings(BaseSettings):
|
|
| 18 |
TIMEOUT: int = 30
|
| 19 |
|
| 20 |
class Config:
|
|
|
|
| 21 |
env_file = ".env"
|
| 22 |
|
| 23 |
settings = Settings()
|
|
|
|
| 18 |
TIMEOUT: int = 30
|
| 19 |
|
| 20 |
class Config:
|
| 21 |
+
extra = "allow" # This allows additional fields beyond those defined in the class
|
| 22 |
env_file = ".env"
|
| 23 |
|
| 24 |
settings = Settings()
|