- 29 Oct 2024
-
DarkLight
-
PDF
Client Variables
- Updated on 29 Oct 2024
-
DarkLight
-
PDF
GATEWAY_CLIENT_CERTIFICATE_FILE
The full path to the certificate file used by the gateway client when communicating with a gateway server. Required when GATEWAY_CLIENT_USE_TLS
is enabled.
Environment Variable
GATEWAY_CLIENT_CERTIFICATE_FILE
File
Section: client
Key: certificate_file
Default
No default value provided
GATEWAY_CLIENT_HOST
The host address of a gateway server that a gateway client will attempt to
connect to when GATEWAY_APPLICATION_MODE
is set to client
.
Environment Variable
GATEWAY_CLIENT_HOST
File
Section: client
Key: host
Default
No default value provided
GATEWAY_CLIENT_PORT
The port of a gateway server that a gateway client will attempt to connect to.
Environment Variable
GATEWAY_CLIENT_PORT
File
Section: client
Key: port
Default
50051
GATEWAY_CLIENT_PRIVATE_KEY_FILE
The full path to the private key file used by the gateway client when
connecting to a gateway server. Required when GATEWAY_CLIENT_USE_TLS
is enabled.
Environment Variable
GATEWAY_CLIENT_PRIVATE_KEY_FILE
File
Section: client
Key: private_key_file
Default
No default value provided
GATEWAY_CLIENT_USE_TLS
Whether or not a gateway client will use TLS when connecting to a gateway
server.
Environment Variable
GATEWAY_CLIENT_USE_TLS
File
Section: client
Key: use_tls
Default
true