Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.
Merged
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
10 changes: 10 additions & 0 deletions content/installation/server/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,16 @@ The variable can be provided as an `integer`.
This variable has a default value of `30`.
{{% /alert %}}

### VELA_DEFAULT_REPO_EVENTS

This variable sets the default active events for newly activated repositories.

The variable can be provided as a comma-separated `list` (i.e. `push,tag,deployment`).

{{% alert title="Note:" color="primary" %}}
By default, the `push` event is enabled. Valid values are: `push`, `pull_request`, `tag`, `deployment`, and `comment`.
{{% /alert %}}

### VELA_DISABLE_WEBHOOK_VALIDATION

This variable disables validation of webhooks sent by the SCM to the server.
Expand Down