Description
For each environment within our system, we have the capability to define and configure a wide array of variables. These variables play a crucial role in determining and fine-tuning the specific behaviour and functionality of each individual environment. By setting these variables, we can customise different aspects of the platform.
Environment variables
AutomationHub
Variable | Description |
BUILDONE_USER | The Build.One customer credentials |
BUILDONE_TOKEN | The Build.One customer credentials |
DB_POSTGRESDB_USER | Postgres database username (n8n) |
B1_AUTOMATION_HUB_USER | Postgres database username |
DB_POSTGRESDB_PASSWORD | Postgres database password (n8n) |
B1_AUTOMATION_HUB_PASSWORD | Automation hub dev password |
B1_AUTOMATION_HUB_EMAIL | Automation hub dev username |
N8N_TAG | Dashed version of N8N_VERSION (e.g 1-67-0 of 1.67.0) |
N8N_VERSION | n8n custom version to use as base for automation hub |
N8N Custom
Variable | Description |
BUILDONE_USER | The Build.Onecustomer credentials |
BUILDONE_TOKEN | The Build.Onecustomer credentials |
N8N_API_TOKEN | Default token for n8n api calls. Deprecated |
SWAT
Variable | Description |
BUILDONE_USER | The Build.Onecustomer credentials |
BUILDONE_TOKEN | The Build.Onecustomer credentials |
AUTHENTICATION_URI | SecurityHub url |
AUTHENTICATION_AUDIENCE | ClientId of sechub oidc role to use for login |
AUTHENTICATION_OIDC_ROLE_ID | Id of sechub oidc role to use for login |
B1_MARKLOGIC_HOST | MarkLogic url |
B1_MARKLOGIC_USER | MarkLogic credentials |
B1_MARKLOGIC_PASSWORD | MarkLogic credentials |
OpenBAO
Variable | Description |
BUILDONE_USER | The Build.Onecustomer credentials |
BUILDONE_TOKEN | The Build.Onecustomer credentials |
DOCKER_IMAGE_REPOSITORY | Docker repository to use for images |
OpenEdge Images
Variable | Description |
BUILDONE_USER | TheBuild.Onecustomer credentials |
BUILDONE_TOKEN | TheBuild.Onecustomer credentials |
Portal
Variable | Description |
BUILDONE_USER | TheBuild.Onecustomer credentials |
BUILDONE_TOKEN | TheBuild.Onecustomer credentials |
SecurityHub
Variable | Description |
BUILDONE_USER | TheBuild.Onecustomer credentials |
BUILDONE_TOKEN | TheBuild.Onecustomer credentials |
SECUREABLE_KEY1 | Unlock keys for the sechub dev system |
SECUREABLE_KEY2 | Unlock keys for the sechub dev system |
SECUREABLE_KEY3 | Unlock keys for the sechub dev system |
SECUREABLE_KEY4 | Unlock keys for the sechub dev system |
SECUREABLE_KEY5 | Unlock keys for the sechub dev system |
SECUREABLE_CLI | Location of the sechub cli script |
SECUREABLE_DB_USER | Sechub database credentials |
SECUREABLE_DB_PASSWORD | Sechub database credentials |
SECUREABLE_ROOT | Location of base directory of development workspace |
SECUREABLE_ROOT_TOKEN | Root token for sechub dev system |
SECUREABLE_DEV_PASSWORD | Password for sechub dev system |
SECUREABLE_API_ASSETS | Location of assets |
SECUREABLE_MIGRATIONS_DIR | Location of migration directory |
Back to Documentation
Back to Home Page