Setting application-specific configuration settings with configuration definitions and configuration bundles
Use configuration definitions and configuration bundles to set application-specific configuration parameter values to store historical configuration information or to port the configuration definitions and values to other instances of the application.
Configuration definitions are rules that set one application-specific parameter. Configuration definitions are subject to rule resolution. You can override the default value in any application version that inherits the configuration definition. Create a snapshot of all configuration definitions and values in a .
- Creating a configuration definition
Create a rule to set an application-specific parameter value. This configuration definition applies only to one application. You can create a snapshot of all configuration definitions and values in a to store historical configuration information or for export to other instances of the application on other Pega nodes.
- Editing a configuration definition
To change the description or default value of an application-specific parameter, edit the .
- Temporarily overriding a configuration definition value
To temporarily change the value in an application and inheriting rulesets, override the default value.
- Reverting to a default configuration definition value
To return an overridden to the default value, revert the override.
- Creating a configuration bundle
To create a snapshot of the current application values to save or export to other nodes, create a .
- Editing a configuration bundle
To change the values in a , edit the configuration bundle.
- Exporting a Configuration Bundle to a JSON file
To apply a of and values to an application on another Pega node, export the configuration bundle to a JSON file.
- Loading a configuration bundle onto an application
To apply the values in a to your application instance, load the configuration bundle onto the application.
Previous topic Identifying active nodes Next topic Creating a configuration definition