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 e3b609e commit 37b5d00Copy full SHA for 37b5d00
centml/sdk/config.py
@@ -6,7 +6,7 @@
6
7
class Config(BaseSettings):
8
# It is possible to override the default values by setting the environment variables
9
- model_config = SettingsConfigDict(env_file=Path(".env"))
+ model_config = SettingsConfigDict(env_file=Path(".env"), extra="ignore")
10
11
CENTML_WEB_URL: str = os.getenv("CENTML_WEB_URL", default="https://app.centml.com/")
12
CENTML_CONFIG_PATH: str = os.getenv("CENTML_CONFIG_PATH", default=os.path.expanduser("~/.centml"))
0 commit comments