-
Notifications
You must be signed in to change notification settings - Fork 9
/
.env.example
61 lines (50 loc) · 1.83 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
##################
# __ __ ___ #
# | | | || | #
# | | | || | #
# | |_| || | #
# | || | #
# | || | #
# |_______||___| #
# #
##################
# These are used by the ui service defined in the docker compose stack
# customize the location for the Vela server address
#
# Should match the "VELA_ADDR" value in docker-compose.yml when running locally.
VELA_API=http://localhost:8080
# customize the location where users can review documentation
#
# default: https://go-vela.github.io/docs
# VELA_DOCS_URL=
# customize the location where you want users to provide feedback
#
# default: https://github.com/go-vela/ui/issues/new
# VELA_FEEDBACK_URL=
# customize the number of bytes for size of logs the UI will attempt to render
#
# default: 20000 (2 MB)
# VELA_LOG_BYTES_LIMIT=
# customize the number of concurrent builds for a repo the UI will allow configuring
#
# default: 30
# VELA_MAX_BUILD_LIMIT=
############################################################
# _______ _______ ______ __ __ _______ ______ #
# | || || _ | | | | || || _ | #
# | _____|| ___|| | || | |_| || ___|| | || #
# | |_____ | |___ | |_||_ | || |___ | |_||_ #
# |_____ || ___|| __ || || ___|| __ | #
# _____| || |___ | | | | | | | |___ | | | | #
# |_______||_______||___| |_| |___| |_______||___| |_| #
# #
############################################################
# These are used by the server service defined in the docker compose stack
# github web url (only required if using GitHub Enterprise)
#
# default: https://github.com
# VELA_SCM_ADDR=
# github client id from oauth application
# VELA_SCM_CLIENT=
# github client secret from oauth application
# VELA_SCM_SECRET=