-
Notifications
You must be signed in to change notification settings - Fork 12
/
.env.template
61 lines (53 loc) · 1.15 KB
/
.env.template
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
DEBUG=true
LOG_LEVEL=debug
LOG_FORMAT=text
LOG_DIR=build/logs
# vxapi
API_STATIC_URL=http://127.0.0.1:8080
API_STATIC_PATH=../assets/web
API_LISTEN_HTTPS=:443
API_LISTEN_HTTP=:80
API_SERVER_HOST=0.0.0.0
API_SERVER_PORT_HTTPS=443
API_SERVER_PORT_HTTP=80
API_USE_SSL=true
API_SSL_KEY=ssl/server.key
API_SSL_CRT=ssl/server.crt
# vxserver
AGENT_SERVER_HOST=0.0.0.0
AGENT_SERVER_PORT=8443
AGENT_SERVER_DB_USER=vxcontrol
AGENT_SERVER_DB_PASS=password
AGENT_SERVER_DB_NAME=vx_instance
AGENT_SERVER_MINIO_BUCKET_NAME=vxinstance
CONFIG_LOADER=db
VALID_LOADER=fs
FILES_LOADER=s3
# vxagent
CONNECT=wss://127.0.0.1:8443
# web
WEB_SERVER_HOST=127.0.0.1
WEB_SERVER_PORT=8080
# mysql
DB_USER=vxcontrol
DB_PASS=password
DB_NAME=vx_global
DB_HOST=127.0.0.1
DB_PORT=3306
DB_ROOT_USER=root
DB_ROOT_PASS=password
# minio
MINIO_ACCESS_KEY=accesskey
MINIO_SECRET_KEY=secretkey
MINIO_BUCKET_NAME=soldr-modules
MINIO_ENDPOINT=http://127.0.0.1:9000
# internal services
INTERNAL_NET_HOST=127.0.0.1
# observability
OTEL_ADDR=otel.local:8148
GRAFANA_SERVER_HOST=0.0.0.0
GRAFANA_SERVER_PORT=3000
MASTER_PASSWORD=P@ssw0rd
ELK_VERSION=7.14.1
ES_JAVA_OPTS="-Xmx2g -Xms2g"
SPAN_STORAGE_TYPE=elasticsearch