mirror of
https://github.com/dnlbauer/cordra-mcp.git
synced 2026-09-11 06:05:29 +00:00
feat: remove .env parsing du to clashes with projects using .env
This commit is contained in:
@@ -9,8 +9,6 @@ class CordraConfig(BaseSettings):
|
||||
|
||||
model_config = SettingsConfigDict(
|
||||
env_prefix="MCP_CORDRA_",
|
||||
env_file=".env",
|
||||
env_file_encoding="utf-8",
|
||||
case_sensitive=False,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user