We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3aed54 commit 9f5fa87Copy full SHA for 9f5fa87
src/config/config.py
@@ -76,7 +76,7 @@ class RemoteSettings(Settings):
76
auth_provider: OAuthProxy | None = None
77
jwt_signing_key: str | None = None
78
79
- model_config = SettingsConfigDict(env_prefix="MCP_", env_file=".env.remote")
+ model_config = SettingsConfigDict(env_prefix="MCP_")
80
81
@field_validator("client_id", mode="before")
82
@classmethod
0 commit comments