Gateway Proxy

The following environment variables can be configured for containers created from the gateway-proxy image.

Environment Variables Specific to Gateway Proxy describes the environment variables that configure Gateway Proxy.

Table 1. Environment Variables Specific to Gateway Proxy
Environment Variable Description
MTX_ENGN_HOST The host name of MATRIXX Engine. The default value is engine.
MTX_ENGN_PORT The port number of the engine. The default value is 14060.
MTX_PROXY_LOG_LEVEL The default level of logging for application-specific loggers. The default value is info.
MTX_PROXY_TIMEOUT The default time limit for MATRIXX Engine requests, in milliseconds. The default value is 5000.

Values for the properties described in Properties Specific to Gateway Proxy are derived from the above environment variables and do not need to be explicitly set in your configuration.

Table 2. Properties Specific to Gateway Proxy
Property Name Property Value
engine[0].host ${MTX_ENGN_HOST:engine}
engine[0].port ${MTX_ENGN_PORT:14060}
Note: The Java process in this container does not start until the engine has started. Set the duration to wait before timeout using the $MTX_WAIT_FOR_TIMEOUT environment variable or the --wait-for-timeout (or -wt) command line argument.