MATRIXX Backoffice Customer Tool
Environment variables can be configured for containers created from the
matrixxbct
image.
Environment Variables Specific to MATRIXX Backoffice Customer Tool describes the environment variables that configure MATRIXX Backoffice Customer Tool.
Environment Variable | Description |
---|---|
MTX_RSGW_HOST | The host name of RS Gateway. The default value is rsgateway . |
MTX_RSGW_PORT | The port number of the RS Gateway. The default value is 8080. |
MTX_CM_LOG_LEVEL | The default level of logging for application-specific loggers.
The default value is info . |
Values for the properties described in Properties Specific to Back Office Customer Tool are derived from the above environment variables and do not need to be explicitly set in your configuration.
Property Name | Property Value |
---|---|
matrixxbct.rsgateway.url | http://${MTX_RSGW_HOST:rsgateway}:${MTX_RSGW_PORT:8080}/rsgateway/data |
Note: The Java process in this container does not start until RS Gateway 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.