Environment variables
The container uses several environment variables for configuration:
| Name | Description | Default Value |
|---|---|---|
| ENC_KEY | The file containing the private key for decrypting the YAML configuration entries that are tagged as encrypted. | None |
| LANG | Specifies the language code for the language for log messages. If the LANG environment variable is not set, the container displays messages in English. |
en_US.utf8
|
| LOGGING_CONSOLE_FORMAT | Defines the log message format. Valid values are 'basic' or 'JSON'. |
json
|
| YAML_FILE | The full path to the YAML configuration file used to configure the container. The configuration file must be available in the container file system and accessible by the user. | None |
| NODE_TLS_REJECT_UNAUTHORIZED | When the value is set to 0, certificate validation is
unavailable within the container service. When connecting to an external server over TLS, the server
certificate is not checked against the local trusted certificates. |
1
|