Skip to content

Commit 3a58cc3

Browse files
authored
Merge pull request #3 from hana2262/fix/config-instantiate-settings
fix: instantiate Settings in app.config
2 parents 5cea1d5 + 895ab0e commit 3a58cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ class Settings(BaseSettings):
6161
class Config:
6262
env_file = ".env"
6363
env_file_encoding = "utf-8"
64-
extra = "ignore"
64+
extra = "ignore" echo settings = Settings()

0 commit comments

Comments
 (0)