Working with configuration parameters
You set application configuration parameters in the file config.xml. You can find this file in the Guidewire Studio Project tool window, under .
This file generally contains entries in the following format:
<param name="param_name" value="param_value" />Each entry sets the parameter named param_name to the value specified by param_value.
The config.xml file in the base configuration contains all available parameters. To set a parameter, edit the file, locate the parameter, and change its value. PolicyCenter configuration parameters are case-insensitive. If a parameter does not appear in the file, Guidewire PolicyCenter uses the default value, if the parameter has one.
