We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb02aca commit c676a99Copy full SHA for c676a99
src/aleph/sdk/conf.py
@@ -228,7 +228,7 @@ class Settings(BaseSettings):
228
DNS_RESOLVERS: ClassVar[List[str]] = ["9.9.9.9", "1.1.1.1"]
229
230
model_config = SettingsConfigDict(
231
- env_prefix="ALEPH_", case_sensitive=False, env_file=".env"
+ env_prefix="ALEPH_", case_sensitive=False, env_file=".env", extra="ignore"
232
)
233
234
0 commit comments