Skip to content

Commit 1d10b80

Browse files
committed
Update .env.example
1 parent 94e6b20 commit 1d10b80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ ES_MAX_RESULT=100000
9090
ES_FIELDS_LIMIT=400000
9191
ES_INDEX="dataset"
9292
ES_REFRESH=<"wait_for"|"false">
93+
STACK_VERSION="8.8.2"
94+
CLUSTER_NAME="es-cluster"
95+
MEM_LIMIT="4G"
9396
FRONTEND_CONFIG_FILE="./src/config/frontend.config.json"
9497
FRONTEND_THEME_FILE="./src/config/frontend.theme.json"
9598
LOGGERS_CONFIG_FILE="loggers.json"
@@ -101,7 +104,4 @@ FUNCTIONAL_ACCOUNTS_FILE="functionalAccounts.json"
101104
JOB_CONFIGURATION_FILE=""
102105
JOB_DEFAULT_STATUS_CODE="jobSubmitted"
103106
JOB_DEFAULT_STATUS_MESSAGE="Job submitted."
104-
STACK_VERSION="8.8.2"
105-
CLUSTER_NAME="es-cluster"
106-
MEM_LIMIT="4G"
107107

0 commit comments

Comments
 (0)