Update app/core/config.py
Browse files- app/core/config.py +1 -0
app/core/config.py
CHANGED
|
@@ -25,5 +25,6 @@ class Settings(BaseSettings):
|
|
| 25 |
|
| 26 |
class Config:
|
| 27 |
env_file = ".env"
|
|
|
|
| 28 |
|
| 29 |
settings = Settings()
|
|
|
|
| 25 |
|
| 26 |
class Config:
|
| 27 |
env_file = ".env"
|
| 28 |
+
extra = "ignore"
|
| 29 |
|
| 30 |
settings = Settings()
|