-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
45 lines (37 loc) · 876 Bytes
/
.env.example
File metadata and controls
45 lines (37 loc) · 876 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
45
# FE server settings
PROTOCOL=http
HOST=localhost
PORT=8080
PREFIX=/
# API server settings
API_HOST=localhost
API_PORT=80
API_PREFIX=/
# planed to be used in the API calls in the future
API_KEY=blah...blah
# pagination settings for displaying data table
PER_PAGE=20
# Capacity Threshold
CAPACITY_DANGER=85
CAPACITY_WARNING=80
# WEBAP
WEBAP_X=220.1.xxx.xxx
WEBAP_TAOYUAN=220.1.xxx.xxx
WEBAP_REG=220.1.xxx.xxx
WEBAP_REG2=220.1.xxx.xxx
WEBAP_SUR=220.1.xxx.xxx
WEBAP_SUR2=220.1.xxx.xxx
WEBAP_VAL=220.1.xxx.xxx
WEBAP_USE=220.1.xxx.xxx
WEBAP_EXT=220.1.xxx.xxx
SRMAS_HOST=220.1.xxx.xxx
# monitor board setting
MONITOR_HOST_L05_PORT=8082
MONITOR_HOST_L05_IP=220.1.xxx.xxx
MONITOR_HOST_BANK_PORT=8082
MONITOR_HOST_BANK_IP=220.1.xxx.xxx
MONITOR_HOST_SMS_PORT=8082
MONITOR_HOST_SMS_IP=220.1.xxx.xxx
MONITOR_HOST_SMS_DIR=C:/SMSWEB_MOI
GRAFANA_HOST=220.1.XXX.XXX
GRAFANA_PORT=3000