-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv-example
30 lines (26 loc) · 920 Bytes
/
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
# ==============================================
# PATH FOR DATA
# ==============================================
DATA_SAVE=.data
# ==============================================
# BASE (Environments)
# ==============================================
S6OVERLAY_VERSION=1.21.0.2
S6_BEHAVIOUR_IF_STAGE2_FAILS=1
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
LANGUAGE=en_US.UTF-8
TERM=xterm
# ==============================================
# BASE-CONSUL (Environments)
# ==============================================
BASE_CONSUL_PORT=2220
CONSULTEMPLATE_VERSION=0.19.3
# ==============================================
# CONSUL (Environments)
# ==============================================
CONSUL_VERSION=1.0.0
# ==============================================
# OPTIONAL ARGUMENTS
# ==============================================
CONSUL_OPTIONS=-server -bootstrap-expect 1 -client 0.0.0.0 -ui # minimal server options