Configuration drift control
- Last Updated: December 23, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Configuration drift occurs when production settings deviate from the approved configuration
baseline.To maintain consistency and prevent unauthorized changes across
environments:
- Track the canonical
mcp_server_config.jsonfile in version control to maintain a single source of truth. - Do not allow manual edits on production hosts. All changes must be applied through a pull request and followed by a redeployment process.