Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deployment/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Here are the configuration keys, for both containers (environment variables) and
| Parameter | Environment variable | Default value | Description |
|:--------------------------------|:---------------------------------|:--------------|:-------------------------------------------------------------------------------------------------------------|
| xtm:openbas_url | XTM__OPENBAS_URL | | OpenBAS URL |
| xtm:openbas_api_url | XTM__OPENBAS_API_URL | | If sets, overrides the API base URL used for the OpenBAS integration |
| xtm:openbas_api_override_url | XTM__OPENBAS_API_OVERRIDE_URL | | If sets, overrides the API base URL used for the OpenBAS integration |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| xtm:openbas_api_override_url | XTM__OPENBAS_API_OVERRIDE_URL | | If sets, overrides the API base URL used for the OpenBAS integration |
| xtm:openbas_api_override_url | XTM__OPENBAS_API_OVERRIDE_URL | | If sets, overrides the API base URL used for the OpenBAS integration (default is XTM__OPENBAS_URL/api) |

| xtm:openbas_token | XTM__OPENBAS_TOKEN | | OpenBAS token |
| xtm:openbas_reject_unauthorized | XTM__OPENBAS_REJECT_UNAUTHORIZED | false | Enable TLS certificate check |
| xtm:openbas_disable_display | XTM__OPENBAS_DISABLE_DISPLAY | false | Disable OpenBAS posture in the UI |
Expand Down