We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cea1d5 + 895ab0e commit 3a58cc3Copy full SHA for 3a58cc3
app/config.py
@@ -61,4 +61,4 @@ class Settings(BaseSettings):
61
class Config:
62
env_file = ".env"
63
env_file_encoding = "utf-8"
64
- extra = "ignore"
+ extra = "ignore" echo settings = Settings()
0 commit comments