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