server_environment_ir_config_parameter
Expose server_environment-managed external configuration as the authoritative source for ir.config_parameter values so deployments can keep secrets out of the database.
Key Features
- ir.config_parameter: Values declared through the server environment configuration transparently override what is stored in the database whenever parameters are read.
- ir.config_parameter: Attempts to write a parameter managed by the server environment are blocked unless explicitly allowed, preventing accidental divergence from the declared configuration.
- technical: Administrators can keep instance-specific credentials and options under versioned server_environment files so they can be deployed safely without touching the UI or database.