Client variables

Prev Next

GATEWAY_CLIENT_CERTIFICATE_FILE

The full path to the certificate file that the gateway client uses when it communicates 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 connects to when you set GATEWAY_APPLICATION_MODE 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 connects 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 that the gateway client uses when it
connects 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

Determines whether a gateway client uses TLS when it connects to a gateway
server.

Environment Variable

GATEWAY_CLIENT_USE_TLS

File

Section: client
Key: use_tls

Default

true