We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e6b20 commit 1d10b80Copy full SHA for 1d10b80
.env.example
@@ -90,6 +90,9 @@ ES_MAX_RESULT=100000
90
ES_FIELDS_LIMIT=400000
91
ES_INDEX="dataset"
92
ES_REFRESH=<"wait_for"|"false">
93
+STACK_VERSION="8.8.2"
94
+CLUSTER_NAME="es-cluster"
95
+MEM_LIMIT="4G"
96
FRONTEND_CONFIG_FILE="./src/config/frontend.config.json"
97
FRONTEND_THEME_FILE="./src/config/frontend.theme.json"
98
LOGGERS_CONFIG_FILE="loggers.json"
@@ -101,7 +104,4 @@ FUNCTIONAL_ACCOUNTS_FILE="functionalAccounts.json"
101
104
JOB_CONFIGURATION_FILE=""
102
105
JOB_DEFAULT_STATUS_CODE="jobSubmitted"
103
106
JOB_DEFAULT_STATUS_MESSAGE="Job submitted."
-STACK_VERSION="8.8.2"
-CLUSTER_NAME="es-cluster"
-MEM_LIMIT="4G"
107
0 commit comments