Reference

This section contains a reference of configuration options for the Vela UI service.

Required

This section contains a list of all variables that must be provided to the UI.

VELA_API

This variable sets a fully qualified URL to the Vela server address.

The variable should be provided as a string.

Optional

This section contains a list of all variables that can be provided to the UI.

NODE_ENV

This variable sets the targeted deployment environment for node.js.

Setting this variable to development will enable development mode for the service and output verbose logging.

The variable can be provided as a string.

VELA_DOCS_URL

This variable sets a fully qualified URL to the documentation website for Vela.

The variable can be provided as a string.

VELA_FEEDBACK_URL

This variable sets a fully qualified URL to the feedback website for Vela.

The variable can be provided as a string.

VELA_LOG_BYTES_LIMIT

This variable sets the maximum amount of bytes for logs the UI will attempt to render.

The variable can be provided as an integer.

VELA_MAX_BUILD_LIMIT

This variable sets the maximum amount of concurrent builds a repo is allowed to run.

In this context, concurrent builds refers to any pending or running builds for that repo.

If the amount of concurrent builds for a repo matches the limit, then any new builds will be blocked from being created.

The variable can be provided as an integer.