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