Skip to content

Commit 8af9e6f

Browse files
Fixes VELA_ADDR example to include https (#63)
This is the observed behavior on my company's internal Vela server. Co-authored-by: David May <49894298+wass3rw3rk@users.noreply.github.com>
1 parent 5a08b38 commit 8af9e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/environment/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The following table includes variables only available when the step `id_request`
108108
| Key | Value | Explanation |
109109
| ---------------------- |---------------------------------------------------|---------------------------------------------------------------------|
110110
| `VELA` | `true` | environment is Vela |
111-
| `VELA_ADDR` | `vela.example.com` | fully qualified domain name of the Vela server |
111+
| `VELA_ADDR` | `https://vela.example.com` | fully qualified domain name of the Vela server |
112112
| `VELA_CHANNEL` | `vela` | queue channel the build was published to |
113113
| `VELA_DATABASE` | `postgres` | database Vela is connected to |
114114
| `VELA_HOST` | `vela-worker-1` | fully qualified domain name of the worker the build was executed on |

0 commit comments

Comments
 (0)