Go to the table of contents Go to the previous page Go to the next page View or print as PDF
records.config
Help | Content Gateway | v8.5.x
The records.config file is a list of configurable variables used by Content Gateway.
Most values are set using controls in the Content Gateway manager. Some options can be set only by editing variables in the records.config file.
 
Warning 
 
Important 
Format
Each variable has the following format:
CONFIG <variable_name> <DATATYPE> <variable_value>
Here, <DATATYPE> is one of the following:
*
*
*
Examples
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.
CONFIG proxy.config.proxy_name STRING 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.
CONFIG proxy.config.winauth.enabled INT 0
In the following example, the variable sets the cluster startup timeout to 10 seconds.
CONFIG proxy.config.cluster.startup_timeout INT 10

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Copyright 2023 Forcepoint. All rights reserved.