- 13 Mar 2025
-
DarkLight
-
PDF
Application Variables
- Updated on 13 Mar 2025
-
DarkLight
-
PDF
GATEWAY_APPLICATION_CA_CERTIFICATE_FILE
When using certificates with TLS, this variable allows you to set the application CA. This is set on the application level since the CA should be used for all runner, server, and client implementations.
Environment Variable
GATEWAY_APPLICATION_CA_CERTIFICATE_FILE
File
Section: application
Key: ca_certificate_file
Default
No default value provided
GATEWAY_APPLICATION_CLUSTER_ID
The ID
that uniquely identifies a gateway instance or a cluster of related gateway instances if the gateway deployment utilizes core/runner nodes. This is also used to link a gateway core node to a commander instance so that automations can be sent to a particular cluster
Environment Variable
GATEWAY_APPLICATION_CLUSTER_ID
File
Section: application
Key: cluster_id
Default
cluster_1
GATEWAY_APPLICATION_MODE
Related information is available here → Modes of Operations
File
Section: application
Key: application_mode
Default
local
All in one server that runs without server and client.
Possible Values
["local", "client", "server"]
GATEWAY_APPLICATION_WORKING_DIR
The location where gateway will store various files to work from.
Examples include the gateway database when GATEWAY_STORE_BACKEND=local
, the gateway.log
file when gateway is being run as a client, and the ssh known_hosts
file.
Environment Variable
GATEWAY_APPLICATION_WORKING_DIR
File
Section: application
Key: working_dir
Default
Home directory of user running gateway
~/.gateway.d
References
For related information see → Using Config Variables.
For a list of command references see → Command References Index