From your components, you will have access to some variables the will be injected during the release process.
These variables will be accessible from environment variables.
Here's a list of all injected variables
Built-in variables#
Director#
Name | Description | example value |
---|
ARBITRIUM_API_URL | Arbitrium API Url | https://api.edgegap.com/ |
ARBITRIUM_APP_NAME | The name of your application (If you did not choose any App version, this variable would not be present) | My App |
ARBITRIUM_APP_VERSION | The verison of your application (If you did not choose any App version, this variable would not be present) | v1 |
OM_BACKEND_HOST | The hostname of Open Match's backend service | open-match-backend |
OM_BACKEND_HTTP_PORT | The port of Open Match's backend GRPC communication | 50502 |
OM_BACKEND_GRPC_PORT | The port of Open Match's backend HTTP communication | 51502 |
OM_MMF_HOST | The hostname of Open Match's MMF service | open-match-mmf |
OM_MMF_HTTP_PORT | The port of Open Match's MMF GRPC communication | 50503 |
OM_MMF_GRPC_PORT | The port of Open Match's MMF GRPC communication | 51503 |
MMF#
Name | Description | example value |
---|
GRPC_SERVE_PORT | The port used to listen for GRCP communication | 50502 |
HTTP_SERVE_PORT | The port used to listen for HTTP communication | 51502 |
OM_QUERY_HOST | The hostname of Open Match's query service | open-match-query |
OM_QUERY_HTTP_PORT | The port of Open Match's query HTTP communication | 50503 |
OM_QUERY_GRPC_PORT | The port of Open Match's query GRPC communication | 51503 |
Frontend#
Name | Description | example value |
---|
HTTP_SERVE_PORT | The port used to listen for HTTP communication | 51502 |
OM_FRONTEND_HOST | The hostname of Open Match's query service | open-match-frontend |
OM_FRONTEND_HTTP_PORT | The port of Open Match's frontend HTTP communication | 50503 |
OM_FRONTEND_GRPC_PORT | The port of Open Match's frontend GRPC communication | 51503 |