mirror of
https://github.com/dnlbauer/cordra-mcp.git
synced 2026-09-11 14:15:31 +00:00
Revert "feat: change settings prefix to avoid clashes with projects using cordra"
This reverts commit 35d304a6c4.
This commit is contained in:
@@ -8,7 +8,7 @@ class CordraConfig(BaseSettings):
|
||||
"""Configuration for connecting to a Cordra repository."""
|
||||
|
||||
model_config = SettingsConfigDict(
|
||||
env_prefix="MCP_CORDRA_",
|
||||
env_prefix="CORDRA_",
|
||||
case_sensitive=False,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user