Skip to content

Commit

Permalink
Enable extras
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf committed May 26, 2024
1 parent 1643744 commit 72bc9ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/wheke/_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ class Settings(BaseSettings):
pods: list[str] = Field(default_factory=list)

model_config = SettingsConfigDict(
env_prefix="wheke_", env_file=".env", env_file_encoding="utf-8"
env_file=".env",
env_file_encoding="utf-8",
env_prefix="wheke_",
extra="allow",
)


Expand Down

0 comments on commit 72bc9ac

Please sign in to comment.