garvitcpp commited on
Commit
a3dde2f
·
verified ·
1 Parent(s): 7b0766a

Update app/core/config.py

Browse files
Files changed (1) hide show
  1. 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()