env-name
Use the env-name stanza entry to list the system environment variables the WebSEAL daemon exports during initialization.
env-name = env-valueDescription
Defines system environment variables that are exported by WebSEAL.
During initialization, the WebSEAL daemon exports the environment variables defined as entries in the [system-environment-variables] stanza. You must include a separate entry for each system environment variable that we want to export.
Options
env-name The name of the system environment variable. env-value The value of the system environment variable.
Usage: Optional Notes:
- This functionality is not supported on Windows platforms.
- The environment variable names are case-sensitive.
- The PD_SVC_ROUTING_FILE environment variable is not supported.
Default value
None.Example:
The following example sets the LANG and GSK_TRACE_FILE environment variables.
LANG = de GSK_TRACE_FILE = /tmp/gsk.traceParent topic: [system-environment-variables] stanza