Docker Environment Variables
Variable | Single Application Mode | Multi Application Mode |
---|---|---|
ENDPOINTS_BASE_URL
| mandatory | mandatory |
ENDPOINTS_JDBC_URL
| mandatory | mandatory |
ENDPOINTS_PUBLISHED_APPLICATION_DIRECTORY
| n/a | optional - do not use with Docker! |
ENDPOINTS_SERVICE_PORTAL_ENVIRONMENT_DISPLAY_NAME
| n/a | mandatory |
ENDPOINTS_SINGLE_APPLICATION_MODE_TIMEZONE_ID
| mandatory | n/a |
ENDPOINTS_CHECK_HASH
| optional | optional |
ENDPOINTS_DISPLAY_EXPECTED_HASH
| optional | optional |
ENDPOINTS_XSLT_DEBUG_LOG
| optional | optional |
ENDPOINTS_AWS_CLOUDWATCH_METRICS_INSTANCE Optional. If set, CloudWatch metrics are sent, and the Instance dimension of those metrics are this value. For example, if there are multiple Endpoints installations within the same AWS account, setting this environment variable to different values for each of them allows the metrics to be differentiated. If this environment variable is not set, not CloudWatch metrics are sent, for example the application is deployed to somewhere other than AWS so no CloudWatch is available. | optional | optional |
JAVA_OPTIONS
| optional | optional |
Last updated