-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
44 lines (38 loc) · 720 Bytes
/
.env.template
File metadata and controls
44 lines (38 loc) · 720 Bytes
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
# WEB UI
WEBUI_PORT=4200
# RPS
RPS_WEBSOCKETTLS=true
RPSWEBPORT=8081
RPSWEBSOCKETPORT=8080
RPS_LOG_LEVEL=info
RPS_DELAY_TIMER=12
RPS_MQTT_ADDRESS=
# MPS
MPS_VAULT_ADDRESS=http://vault:8200
MPS_GENERATE_CERTS=true
MPS_COMMON_NAME=localhost
MPSPORT=4433
MPSWEBPORT=3000
MPS_DEBUG=true
MPS_WEB_ADMIN_USER=
MPS_WEB_ADMIN_PASSWORD=
MPS_HTTPS=true
MPS_TLS_OFFLOAD=false
MPS_LOG_LEVEL=info
MPS_JWT_EXPIRATION=1440
MPS_JWT_SECRET=
MPS_JWT_ISSUER=9EmRJTbIiIb4bIeSsmgcWIjrR6HyETqc
MPS_MQTT_ADDRESS=
# MPS ROUTER
PORT=8003
# POSTGRES
POSTGRES_USER=postgresadmin
POSTGRES_PASSWORD=
# VAULT
SECRETS_PATH=secret/data/
VAULT_ADDRESS=http://vault:8200
VAULT_TOKEN=
# CONSUL
CONSUL_ENABLED=false
CONSUL_HOST=consul
CONSUL_PORT=8500