Go to the table of contents Go to the previous page Go to the next page Go to the index View or print as PDF
Configuration Files > records.config
The records.config file is a list of configurable variables used by Content Gateway.
Warning 
Do not change the records.config variables unless you are certain of the effect. Many variables are coupled, meaning that they interact with other variables. Changing a single variable in isolation can cause Content Gateway to fail. Whenever possible, use Content Gateway Manager to configure Content Gateway.
Important 
After you modify this file, to apply the changes run content_line -x from the Content Gateway bin directory (/opt/WCG/bin).
CONFIG variable_name DATATYPE variable_value
where DATATYPE is INT (an integer), STRING (a string), or FLOAT (a floating point).
In the following example, the variable proxy.config.proxy_name is of datatype string and its value is contentserver1. This means that the name of the Content Gateway proxy is contentserver1.
In the following example, the variable proxy.config.winauth.enabled is a yes/no flag. A value of 0 (zero) disables the option. A value of 1 enables the option.

Go to the table of contents Go to the previous page Go to the next page Go to the index View or print as PDF
Configuration Files > records.config