-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv-example
52 lines (46 loc) · 1.49 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
# ==============================================
# 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
# ==============================================
# APPLICATION (Environments)
# ==============================================
PATH_HOME=/home/docker
PATH_WORKSPACE=/home/docker/workspace
PATH_APPLICATION=/home/docker/workspace
# ==============================================
# VIM
# ==============================================
VIM_VERSION=8.0.1207
LUA_VERSION=5.3.4
LUAROCKS_VERSION=2.4.3
CONSUL_VIM_AGENT=consul
# CONSUL_VIM_PORT=8500
# CONSUL_VIM_KEYPREFIX=path/prefix/
CONSUL_VIM_SERVICENAME=vim
CONSUL_VIM_SERVICETAGS=dev
CONSUL_VIM_SERVICEPORT=22
CONSUL_VIM_CHECKTYPE=tcp
VIM_PORT=2224
# ==============================================
# OPTIONAL ARGUMENTS
# ==============================================
CONSUL_OPTIONS=-server -bootstrap-expect 1 -client 0.0.0.0 -ui # minimal server options